A terminal-based voice assistant built using Python. It performs tasks like searching the web, playing music, fetching weather, setting alarms, taking notes, and automation.
- Voice input using SpeechRecognition
- Text-to-speech responses
- Play songs on YouTube
- Wikipedia search
- Weather information
- Alarm and notes
- Open websites and system apps
- Translation support
- Python
- pyttsx3
- SpeechRecognition
- Wikipedia API
- OpenWeather API
- Clone the repository
- Install dependencies: pip install -r requirements.txt
- Run: python assistant.py
This project runs in the terminal and focuses on functionality and automation rather than GUI.