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.
- Host: GitHub
- URL: https://github.com/samadpls/personal-assistant
- Owner: samadpls
- Created: 2022-03-27T20:11:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T18:50:48.000Z (over 3 years ago)
- Last Synced: 2023-02-28T22:22:26.908Z (almost 3 years ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```