Converts text to speech audio using Google TTS.
- Multiple language support
- Save as MP3
- Automatic playback
- Adjustable speed
- Language: Python
- Libraries:
gTTS==2.5.2 - Complexity: Beginner
pip install -r requirements.txt
python main.pyOpen source for educational purposes.