ashutoshkrris / Virtual-Personal-Assistant-using-Python

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.

Home Page:https://ireadblog.com/series/18/virtual-personal-assistant-using-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

https://ireadblog.com/series/18/virtual-personal-assistant-using-python

License:MIT License


Languages

Language:Python 100.0%