Virtual Assistant is a Python-based project designed to perform simple tasks with ease.
๐ Built with Python and using external libraries such as Speech Recognition and pyttsx3, Virtual Assistant offers a range of features that can be customized to meet your specific requirements.
- ๐ Searchon Wikipedia
- ๐ Search on Google
- ๐ฅ Play YouTube Videos
- ๐ฌ Send WhatsApp Messages
- ๐ง Send Emails
- ๐ Get Random Advice Jokes
- ๐ฌ Get Trending Movies
- ๐ฐ Get Latest News Headlines
- โ๏ธ Get Weather Report
- ๐ฅ๏ธ Open Desktop Applications (Calculator, Google, Notepad, Camera, Command Prompt, etc.)
๐ง Simply download the code and follow the installation instructions to get started. We welcome feedback and contributions from the community, so please don't hesitate to reach out to us with any suggestions or ideas.
โ๏ธ Contents of `.env` file:
USER=YourUserName BOTNAME=JARVIS EMAIL=YourEmail PASSWORD=YourPassword NEWS_API_KEY=YourNewsAPIKey OPENWEATHER_APP_ID=YourOpenWeatherAppID TMDB_API_KEY=YourTMDBAPIKey
๐ Replace the placeholders with your own values. Don't forget to obtain the API keys from the respective websites:
- ๐ฐ NEWS_API_KEY
- โ๏ธ OPENWEATHER_APP_ID
- ๐ฌ TMDB_API_KEY