Virtual-Personal-Assistant-using-Python
Virtual-Personal-Assistant-using-Python copied to clipboard
In this project, we'll be creating a virtual personal assistant for ourselves using our favorite programming language, Python. We can perform several offline as well as online operations using the bot...
Read the tutorial series - https://ireadblog.com/series/18/virtual-personal-assistant-using-python
freeCodeCamp article: https://www.freecodecamp.org/news/python-project-how-to-build-your-own-jarvis-using-python/
Demo Video: https://vimeo.com/650156113
Contents of .env file:
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