Welcome to the Creative Text-to-Speech Converter! This simple Python application lets you convert text into speech with creative emotional variations. You can choose from a range of emotions to make the speech sound unique and engaging.
- Convert input text into speech with various emotional expressions.
- Choose from emotions like happy, sad, angry, surprised, and whisper.
- A user-friendly graphical interface for input and interaction.
Make sure you have Python installed on your machine.
Before running the application, make sure you have the following modules installed:
- pyttsx3: A text-to-speech library for Python. Install it with:
pip install pyttsx3
-
Clone or download this repository to your local machine.
-
Open a terminal or command prompt and navigate to the project directory.
-
Run the application using the following command:
python CreativeTTS.py
-
The application will display a graphical interface:
- Input the text you want to convert to speech.
- Choose an emotion: happy, sad, angry, surprised, or whisper.
-
Click the "OK" button to generate and play the speech.
-
The application will generate speech with the selected emotion, making the text come alive!
This project utilizes the pyttsx3
library for text-to-speech functionality.
Feel free to explore and modify the code to enhance or customize the application. If you encounter any issues, have suggestions, or want to contribute improvements, please open an issue or submit a pull request.
Enjoy creating creative text-to-speech expressions and have fun experimenting with various emotions!