A simple Python-based Voice Assistant that can:
- Open websites (Google, YouTube, Instagram, Facebook)
- Play songs on YouTube
- Fetch and read the latest news headlines 📰
- Speech recognition using
speech_recognition - Text-to-speech powered by
pyttsx3 - News fetching via NewsAPI
- YouTube playback with
pywhatkit
- Python 3.8+
- Working microphone and internet connection
- Clone the repository
git clone https://github.com/<your-username>/voice-assistant.git cd voice-assistant