/personal-assistant

my first non academic python project

Primary LanguagePython

Hi, I'm Abdul Samad 🐱‍👤

Personal Assistant

It is CLI based personal assistant built on Python. It takes arguments like searching on Wikipedia, playing music, or what the time is. You can also customize it and create more features over it.

Run Locally

Clone the project

  git clone https://github.com/samadpls/personal-assistant.git

Go to the project directory

  cd my-project

Install dependencies

  • Install pipreqs if not installed
    pip install pipreqs                        
  • Generate File
    python -m  pipreqs.pipreqs .               
  • Now install all dependencies
 pip install -r requirements.txt    

To run

  python jarvis.py