WeSpeak is a text-to-speech (TTS) application powered by Python and pyttsx3. It allows users to input text, which is then converted into speech using a robotic voice. This project is ideal for accessibility applications, voice assistance, and interactive speech programs.
- ๐ Converts text input into speech
- ๐ Works offline without an internet connection
- โก Fast and lightweight
- ๐ Adjustable speech rate
- ๐ Allows users to exit by typing 'stop'
- Python
pyttsx3(Offline text-to-speech engine)
git clone https://github.com/imshaa/WeSpeak.git
cd WeSpeakpip install pyttsx3- Run the Python script.
- Enter any text you want to convert to speech.
- Type 'stop' to exit.
python wespeak.pyThen enter a text input when prompted, and the robotic voice will read it aloud.
Enter Your Text: Hello, how are you?
๐ (Speaks: "Hello, how are you?")
Enter Your Text: stop
๐ (Speaks: "Goodbye. Thanks for your time.")- โ Add support for multiple voices
- โ Implement GUI version using Tkinter
- โ Support for additional languages
Want to improve WeSpeak? Fork the repo and submit a pull request! ๐
This project is open-source and available under the MIT License.
๐ Follow for more projects! ๐