https://github.com/imshaa/wespeak
I have developed WeSpeak, a robotic voice generator using Python and pyttsx3. With WeSpeak, you can input any text, and it will convert it into speech, providing a seamless text-to-speech experience.
https://github.com/imshaa/wespeak
python python-projects python-pyttsx3 pyttsx3 robotic-systems
Last synced: about 1 year ago
JSON representation
I have developed WeSpeak, a robotic voice generator using Python and pyttsx3. With WeSpeak, you can input any text, and it will convert it into speech, providing a seamless text-to-speech experience.
- Host: GitHub
- URL: https://github.com/imshaa/wespeak
- Owner: imshaa
- Created: 2025-02-23T15:33:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T15:38:41.000Z (about 1 year ago)
- Last Synced: 2025-02-23T16:28:47.276Z (about 1 year ago)
- Topics: python, python-projects, python-pyttsx3, pyttsx3, robotic-systems
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🗣 WeSpeak - Robotic Voice Generator
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.
## 🚀 Features
- 🔊 Converts text input into speech
- 🏃 Works **offline** without an internet connection
- ⚡ Fast and lightweight
- 🛠 Adjustable speech rate
- 🛑 Allows users to exit by typing **'stop'**
## 🛠 Technologies Used
- Python
- `pyttsx3` (Offline text-to-speech engine)
## 📥 Installation
### 1️⃣ Clone the repository
```sh
git clone https://github.com/imshaa/WeSpeak.git
cd WeSpeak
```
### 2️⃣ Install required dependencies
```sh
pip install pyttsx3
```
## 🎤 How It Works
1. Run the Python script.
2. Enter any text you want to convert to speech.
3. Type **'stop'** to exit.
## 📜 Usage
```sh
python wespeak.py
```
Then enter a text input when prompted, and the robotic voice will read it aloud.
## 📌 Example Output
```sh
Enter Your Text: Hello, how are you?
🔊 (Speaks: "Hello, how are you?")
Enter Your Text: stop
🔊 (Speaks: "Goodbye. Thanks for your time.")
```
## 🔮 Future Enhancements
- ✅ Add support for multiple voices
- ✅ Implement GUI version using Tkinter
- ✅ Support for additional languages
## 🤝 Contributing
Want to improve WeSpeak? Fork the repo and submit a pull request! 🚀
## 📄 License
This project is open-source and available under the **MIT License**.
---
🔗 **Follow for more projects!** 😊