Updated Readme_file

This commit is contained in:
BHASKAR KUMAR 2021-10-16 01:37:15 +05:30 committed by GitHub
parent 3df77bcd34
commit 053affd662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,25 +5,42 @@ A Virtual Desktop Assistant Written in Python.
<img src="https://github.com/Harsha200105/DesktopAssitant/blob/main/resource/JJ.jpeg"> <br> <img src="https://github.com/Harsha200105/DesktopAssitant/blob/main/resource/JJ.jpeg"> <br>
The basic purpose of this is to make work easier as it re-directs you to various main sites and performs various important functions for your PC as well just install it for your system and run it in your code editor or IDE. I will be soon updating it as an application for MacOS, Linux and Windows. Until then you can follow the Contributing Guidelines and Contribute into this Desktop Assistant.<br> The basic purpose of this is to make work easier as it re-directs you to various main sites and performs various important functions for your PC as well just install it for your system and run it in your code editor or IDE. I will be soon updating it as an application for MacOS, Linux and Windows. Until then you can follow the Contributing Guidelines and Contribute into this Desktop Assistant.<br>
Steps to run the Assistant on your pc------------------(use python 3.9)
Step1. Installing all the necessary python module as mentioned in the requirements.txt file one by one as from the terminal pip install <module_name==version>
or
Install all the required module all at once by using the command pip install -r requirements.txt
Step2. For windows user run Jarvis2_4windows.py script.
Wow All done! Now give the command to jarvis.
# Installing : # Installing :
- Clone the repo to make it available on your local system by using ```git clone <FORKED_REPO_URL>``` - Clone the repo to make it available on your local system by using ```git clone <FORKED_REPO_URL>```
- cd into the project directory i.e - ```cd DesktopAssitant``` - cd into the project directory i.e - ```cd DesktopAssitant```
- install requirements.txt ```pip install -r requirements.txt```
# Requirements for windows
Steps to run the Assistant on your pc------------------(use python 3.9)
Installing all the necessary python module using
```
pip install -r requirements.txt
```
# Dependency for Ubuntu
```
sudo apt-get update
```
```
sudo apt-get install espeak
```
```
pip install -r ubuntu_requirements.txt
```
Wow All done! Now give the command to jarvis.
# Run
For windows user run
```
python Jarvis2_4windows.py
```
For ubuntu user run
```
python Jarvis2.py
```
Wow! all done and now give some voice command
# Contributing Guidelines :<br> # Contributing Guidelines :<br>
- We are Open for Pull Requests - We are Open for Pull Requests