Skip to content

Commit 9400327

Browse files
authored
Update README.md
1 parent 74d7259 commit 9400327

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: AutomationScripts/Shut Down PC/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## 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
23
- Firstly, you have to input your voice command whether you want to shutdown your computer or not.
34
- 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.
46

57
## Procedure:
68
```python
@@ -21,3 +23,6 @@ import speech_recognition as sr
2123

2224
## Sample Output:
2325
![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>

0 commit comments

Comments
 (0)