added requirements
This commit is contained in:
parent
5e5b46c988
commit
4ed09c38e7
@ -5,6 +5,14 @@ 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>
|
||||||
|
|
||||||
|
# Installing :
|
||||||
|
|
||||||
|
- 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```
|
||||||
|
- install requirements.txt ```pip install -r requirements.txt```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Contributing Guidelines :<br>
|
# Contributing Guidelines :<br>
|
||||||
- We are Open for Pull Requests
|
- We are Open for Pull Requests
|
||||||
- Please contribute and add value to the code
|
- Please contribute and add value to the code
|
||||||
|
|||||||
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
wikipedia==1.4.0
|
||||||
|
pyttsx3==2.90
|
||||||
|
SpeechRecognition==3.8.1
|
||||||
|
pygame==2.0.1
|
||||||
Loading…
x
Reference in New Issue
Block a user