Skip to content

Commit eb0d887

Browse files
authored
Final code with all necessary changes made
1 parent 680b4cb commit eb0d887

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Desktop-Voice-assistant/READme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It would be great to have a desktop voice assistant who could perform tasks like
1313
4. Send messages in whatsapp on your behalf.
1414
5. Tell you jokes.
1515
6. Tell date and time for you.
16-
7. Open apps on your device. (other.txt)
16+
7. Open apps on your device.
1717

1818

1919
# How to use
@@ -22,8 +22,6 @@ It would be great to have a desktop voice assistant who could perform tasks like
2222
2. Keep giving the required commands
2323
3. If done say 'no thanks' and the assistant will stop itself
2424

25-
# Check requirements.txt and important.txt before using the assistant
26-
2725

2826
# Side note
2927

@@ -34,11 +32,11 @@ It would be great to have a desktop voice assistant who could perform tasks like
3432

3533

3634
# Additional features:
37-
You can use it to open apps on your device like word, one note, notepad, VS code etc
38-
The path will vary from user to user
35+
You can use it to open apps on your device like word, one note, notepad, VS code etc.
36+
The path will vary from user to user.
3937
Here is the code you can use:
4038

41-
import os
39+
import os
4240
elif 'Open <App name>' in query:
4341
path= "Location of the application"
4442
os.startfile(path)
@@ -47,9 +45,9 @@ It would be great to have a desktop voice assistant who could perform tasks like
4745
# For using the mailSent function:
4846
Here for making the sent Email function work, there are certain changes that should be made in respective device or else the function won't work and a error will pop up
4947
For the function to work:
50-
1. In google search "Less secured apps in gmail"
51-
2. Select "Control access to less secure apps"
52-
3. Here enable the less secure apps for the account you will be using to send emails
48+
1. In google search "Less secured apps in gmail"
49+
2. Select "Control access to less secure apps"
50+
3. Here enable the less secure apps for the account you will be using to send emails
5351
Now its a concern of security if we have to write our password this way
5452
for no privacy breach we can use the following steps:
5553
1. Go to goole and search "App passwords google"
@@ -60,10 +58,12 @@ It would be great to have a desktop voice assistant who could perform tasks like
6058
ii>Click on generate
6159
5. Copy the app password and use it here.
6260

61+
# Check requirements.txt before using the assistant
62+
6363

6464
# Development Status #
6565

6666
The amount of things that can be done with this AI assistant is endless. This is just a basic structure which is at present complete. It might be using hotwords in future that will trigger the assistant, , might be used in sending the system to sleep mode, set alarm, send text messages to contacts on your phone and lot more.
6767

6868

69-
# Developed by Sayantani Saha #
69+
# Developed by Sayantani Saha #

0 commit comments

Comments
 (0)