Learning: A Desktop Voice Assistant for python beginner
A Python-based desktop voice assistant that can perform tasks such as:
- Opening websites (Google, YouTube, Gmail)
- Fetching current weather information
- Reading news headlines
- Searching Google
- Telling jokes
- Performing simple calculations
- Setting reminders
- Controlling system commands (shutdown, restart, sleep on Windows)
- Opening local apps like Notepad and Calculator
- Fetching Wikipedia summaries
- Reporting date and time
- Voice recognition using Google Speech API
- Text-to-speech with pyttsx3
- Integration with external APIs for weather and news
- Easily extendable with more commands
- Clone the repository
git clone https://github.com/yourusername/voice-assistant.git
cd voice-assistant