File tree 1 file changed +5
-0
lines changed
AutomationScripts/Shut Down PC
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
## Description:
2
+ - With the help of terminal and some modules in Python through which one can shut down a PC by just using voice commands
2
3
- Firstly, you have to input your voice command whether you want to shutdown your computer or not.
3
4
- If "yes", it will shut down your computer; otherwise, it will not.
5
+ - We have used three modules of Python here, pyaudio is working in the background and is necessary to be installed.
4
6
5
7
## Procedure:
6
8
``` python
@@ -21,3 +23,6 @@ import speech_recognition as sr
21
23
22
24
## Sample Output:
23
25
![ LGM] ( https://github.com/AmitGupta700/Awesome_Python_Scripts/blob/main/AutomationScripts/Shut%20Down%20PC/Images/output.png )
26
+
27
+ ## For any query please contact:
28
+ <a href =" https://www.linkedin.com/in/amit-gupta-681206191/ " >LinkedIn</a >
You can’t perform that action at this time.
0 commit comments