suryanshsk / Python-Voice-Assistant-Suryanshsk

A Python-based virtual assistant using Gemini AI. Features include voice recognition, text-to-speech, weather updates, news retrieval, jokes, Wikipedia info, and music management. Comes with an interactive web interface. Easily extendable and customizable.
MIT License
36 stars 102 forks source link

✨[FEATURE] To implement text-to-speech (TTS) #486

Open nishant4500 opened 4 hours ago

nishant4500 commented 4 hours ago

i have converted text to speech in Python using the gTTS (Google Text-to-Speech) library.

pip install gTTS (install this package in terminal) os.system("start output.mp3") plays the saved audio file directly on your system.

nishant4500 commented 2 hours ago

can you mark level 2 @suryanshsk !!