Virtual Assistant using Python Language and API
A personal AI assistant built in Python, inspired by the famous Jarvis from Iron Man. This AI assistant can perform tasks such as web searches, opening applications, taking screenshots, playing music, managing your schedule, checking IPL scores, setting alarms, and more.
- Voice-controlled assistant using
speech_recognitionandpyttsx3. - Secure login with password verification.
- Task management: schedule, view, and clear tasks.
- Focus mode to minimize distractions.
- Translation using Google Translate.
- Web automation: open and close apps, Google searches, YouTube, Wikipedia.
- System utilities: take screenshots, click photos, adjust volume, shutdown system.
- Internet tools: check Wi-Fi speed, latest news, weather updates, IPL scores.
- Games: play simple games through voice commands.
- Alarm system with customizable alarms.
- Memory feature: remember and recall user-defined messages.
- Clone the repository
git clone https://github.com/your-username/Jarvis-Trilogy-2.0.git cd Jarvis-Trilogy-2.0