- This is a simple text-to-speech (TTS) program written in Python that allows you to convert text to speech.
- The program uses the gTTS (Google Text-to-Speech) library.
- Convert text to speech.
- Save the output as an MP3 file.
- Python 3.x
- gTTS library
- Clone the repository to your local machine using
git clone https://github.com/INFI-NIXEL/TextToSpeech-using-Python- Install requirements using
pip install -r requirements.txt- Locate the repository.
- To run the program simply run the following command in the terminal:
python text_to_speech.py- If you want to contribute to the project, you can fork the repository and submit a pull request with your changes.
