Welcome to RoboSpeaker 1.0, a simple text-to-speech program created by Jayaditya Dev.
RoboSpeaker 1.0 is a Python program that uses the pyttsx3 library to convert text input into spoken words. It provides a basic interface for users to input text and have it spoken aloud by the computer.
- Text-to-speech conversion
- Interactive input for text
- Graceful exit with 'qq' command
-
Clone this repository to your local machine:
git clone https://github.com/jayadityadev/RoboSpeaker.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the 'main.py' script:
python main.py
-
Follow the on-screen instructions to input text and hear it spoken by the program.
-
To exit the program, type 'qq' and press Enter.
Contributions are welcome! If you would like to improve this RoboSpeaker, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bugfix:
git checkout -b new-feature.
-
Make your changes and commit them:
git commit -m 'Add new feature'.
-
Push to the branch:
git push origin new-feature
-
Create a pull request from your fork's branch to the main repository's main branch.
Thank you for using RoboSpeaker 1.0! If you have any feedback or suggestions, feel free to open an issue on this repository.