You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Desktop-Voice-assistant/READme.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ It would be great to have a desktop voice assistant who could perform tasks like
13
13
4. Send messages in whatsapp on your behalf.
14
14
5. Tell you jokes.
15
15
6. Tell date and time for you.
16
-
7. Open apps on your device. (other.txt)
16
+
7. Open apps on your device.
17
17
18
18
19
19
# How to use
@@ -22,8 +22,6 @@ It would be great to have a desktop voice assistant who could perform tasks like
22
22
2. Keep giving the required commands
23
23
3. If done say 'no thanks' and the assistant will stop itself
24
24
25
-
# Check requirements.txt and important.txt before using the assistant
26
-
27
25
28
26
# Side note
29
27
@@ -34,11 +32,11 @@ It would be great to have a desktop voice assistant who could perform tasks like
34
32
35
33
36
34
# 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.
39
37
Here is the code you can use:
40
38
41
-
import os
39
+
import os
42
40
elif 'Open <App name>' in query:
43
41
path= "Location of the application"
44
42
os.startfile(path)
@@ -47,9 +45,9 @@ It would be great to have a desktop voice assistant who could perform tasks like
47
45
# For using the mailSent function:
48
46
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
49
47
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
53
51
Now its a concern of security if we have to write our password this way
54
52
for no privacy breach we can use the following steps:
55
53
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
60
58
ii>Click on generate
61
59
5. Copy the app password and use it here.
62
60
61
+
# Check requirements.txt before using the assistant
62
+
63
63
64
64
# Development Status #
65
65
66
66
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.
0 commit comments