RoboSpeaker is a simple Text-to-Speech (TTS) application built using Python and the Tkinter library for the graphical user interface. This application allows users to input text, and the integrated text-to-speech engine will convert the entered text into spoken words.
- User-friendly Interface: The Tkinter GUI provides a straightforward and user-friendly interface.
- Customization: Adjust the speech rate and volume to suit your preferences.
- Dark Theme: A sleek dark theme for a modern and visually appealing design.
Before running the application, make sure you have the following dependencies installed:
- Python 3.x
- pyttsx3 library
Install the required libraries using the following command:
pip install pyttsx3##How to Use
- Clone the repository to your local machine:
git clone https://github.com/RafiAhamed07/Text_to_Speech.git- Navigate to the project directory:
cd Text_to_Speech- Run the application:
python main.pyor
python3 main.py-
Enter the text you want to convert to speech in the input field.
-
Click the "Say" button to hear the text spoken aloud.
-
Click the "Reset" button to clear the input field.
Include screenshots of your application here to give users a visual preview.
If you would like to contribute to this project, feel free to open an issue or submit a pull request. Contributions are always welcome!