prateekralhan / Virtual-Personal-Assistant

A minimalistic python based virtual assistant to help you automate basic tasks in your PC

Repository from Github https://github.comprateekralhan/Virtual-Personal-AssistantRepository from Github https://github.comprateekralhan/Virtual-Personal-Assistant

Virtual Personal Assistant 🤖 Project Status: Active

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!! 😉

Installation:

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.

Usage:

  1. 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
  1. Replace None with your values.
  2. Simply execute the command : python main.py to run your assistant.

About

A minimalistic python based virtual assistant to help you automate basic tasks in your PC


Languages

Language:Python 100.0%