From 4ed09c38e71fdbe311ceddd56687c5d61eeee3aa Mon Sep 17 00:00:00 2001 From: yangman946 Date: Wed, 6 Oct 2021 10:58:55 +1100 Subject: [PATCH 1/4] added requirements --- README.md | 8 ++++++++ requirements.txt | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 79f71c2..cc71e39 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ A Virtual Desktop Assistant Written in Python.
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.
+# Installing : + +- Clone the repo to make it available on your local system by using ```git clone ``` +- cd into the project directory i.e - ```cd DesktopAssitant``` +- install requirements.txt ```pip install -r requirements.txt``` + + + # Contributing Guidelines :
- We are Open for Pull Requests - Please contribute and add value to the code diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c1df40c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +wikipedia==1.4.0 +pyttsx3==2.90 +SpeechRecognition==3.8.1 +pygame==2.0.1 From b1bda0768269aa671ebe8bdc5e4d53aab36c593f Mon Sep 17 00:00:00 2001 From: Clarence Yang Date: Wed, 6 Oct 2021 18:25:28 +1100 Subject: [PATCH 2/4] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c1df40c..780fd30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -wikipedia==1.4.0 +pygame==2.0.1 pyttsx3==2.90 SpeechRecognition==3.8.1 -pygame==2.0.1 +wikipedia==1.4.0 From 1e01516dabf759fcffa0c9a57829458079db7f9a Mon Sep 17 00:00:00 2001 From: Clarence Yang Date: Thu, 7 Oct 2021 09:42:00 +1100 Subject: [PATCH 3/4] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 780fd30..83f9283 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +PyAudio==0.2.11 pygame==2.0.1 pyttsx3==2.90 SpeechRecognition==3.8.1 From 4f78ebd2765b728c4b5dea4f75abc0af3ce86f9f Mon Sep 17 00:00:00 2001 From: yangman946 Date: Thu, 7 Oct 2021 19:07:05 +1100 Subject: [PATCH 4/4] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc71e39..2101d9c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DesktopAssitant +# Desktop Assistant A Virtual Desktop Assistant Written in Python.
It's generally a basic virtual assistant