An open API service indexing awesome lists of open source software.

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

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.
https://github.com/samadpls/personal-assistant

Last synced: 5 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# Hi, I'm Abdul Samad 🐱‍👤

# Personal Assistant

A CLI based personal assistant built on Python. Takes arguments such as 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

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

Go to the project directory

```bash
cd my-project
```

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

To run

```bash
python jarvis.py
```