Robo Speaker is a simple and fun Python project that converts your typed text into speech using the pyttsx3 library with Windows SAPI5 for natural-sounding voice output.
- 🐍 Python 3.x
- 🔊 pyttsx3 (Text-to-Speech library)
- 🪟 Windows SAPI5 Voice Engine
git clone https://github.com/AgrawalSujal/Robo-Speaker-Using-Python.git
cd robo-speakpip install pyttsx3python robo_speaker.py- 🎙️ Speaks whatever text you type
- 🪄 Clean and interactive terminal interface
- 🔁 Continuous conversation loop until you type exit
- 💻 Minimal and easy-to-understand code
robo-speak/
│
├── assets/
│ └── Banner.png
├── robo_speaker.py
├── README.md
└── requirements.txt
Sujal Agrawal - GitHub Profile
