This is a simple text-to-speech application built using Python and two libraries: Tkinter for the graphical user interface and pyttsx3 for the text-to-speech functionality. It allows users to input text and have it converted into speech, which is then played back audibly.
- Convert text input to speech
- Play the generated speech audio
- Simple and intuitive user interface
- Python 3.x
- Tkinter
- pyttsx3
-
Clone the repository:
git clone https://github.com/jmugambwa1/Text-to-speech.git
-
Navigate to the project directory:
cd Text-to-speech
-
Install dependencies:
pip install -r requirements.txt
-
Run the following command:
python main.py
-
The text-to-speech app GUI will open.
-
Enter the text you want to convert to speech in the input field.
-
Click the "Speak" button to generate and play the speech audio.
This project is licensed under the MIT License.
- Thanks to the developers of Tkinter and pyttsx3 for providing the tools necessary to build this application.
- Inspiration for this project came from the need for a simple text-to-speech tool.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.
Joel Mugambwa(https://github.com/jmugambwa1)