A python based virtual assistant that provides you weather updates, automate tasks by voice controlled usage of your personal apps ( Notepad, CMD, Discord etc. ), browse through wikipedia, google, youtube and much more!! 😉

Simply run pip install -r requirements.tx to install all the necessary dependencies. In case you find issues installing any package, simply navigate here and download the concerned whl files for your package.
- Create a .env file within the same directory with the following contents:
USER=None
BOTNAME=JARVIS
EMAIL=None
PASSWORD=None
NEWS_API_KEY=None
OPENWEATHER_APP_ID=None
TMDB_API_KEY=None
- Replace
None
with your values. - Simply execute the command : python main.py to run your assistant.