Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Text To Speech

Description

Converts text to speech audio using Google TTS.

Features

  • Multiple language support
  • Save as MP3
  • Automatic playback
  • Adjustable speed

Stack

  • Language: Python
  • Libraries: gTTS==2.5.2
  • Complexity: Beginner

Installation

pip install -r requirements.txt
python main.py

License

Open source for educational purposes.