This is a simple text-to-speech converter application built with Python and Tkinter. It allows users to input text and convert it into speech. The application also provides options to clear the input field and exit the application.
- Clone the repository:
git clone https://github.com/Ahonanhin/text-to-speech.git
- Navigate into the project directory:
cd text-to-speech
- Install the required dependencies:
pip install -r requirements.txt
Run the script with python main.py
. A window will open with a text field for input. Enter the text you want to convert to speech and click the "Convert" button. The text will be read out loud. You can clear the text field with the "Clear" button and exit the application with the "Exit" button. See image below
- Python 3
- Tkinter
- pyttsx3
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.