YouTube Transcript Translator: Translate YouTube video transcripts to any language. Convert translated text to audio. Simple GUI tool.
Certainly! Here's a suggested description for your GitHub repository for the project:
YouTube Video Transcript Translator
This project provides a simple GUI tool to translate the transcripts of YouTube videos into different languages. It utilizes the YouTube API to retrieve video transcripts and the Google Translate API for translation. The translated text can then be converted into audio using the Google Text-to-Speech (gTTS) library.
Features:
- Fetches YouTube video transcripts using the YouTube Transcript API.
- Translates the transcripts into the desired target language using the Google Translate API.
- Generates audio files of the translated text using gTTS.
- Simple graphical user interface built with Tkinter for easy usage.
How to Use:
- Enter the URL of the YouTube video whose transcript you want to translate.
- Click the "Translate" button.
- The translated audio file will be generated and played automatically.
Executable
- dist/audioTranslation.exe
Contributing: Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
License: This project is licensed under the MIT License. Feel free to use and modify it as needed.
Feel free to customize this description to better suit your project's specifics!