File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
Voice-Controlled Home Automation Simulator Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,21 @@ To install the required modules, use the following steps:
2121``` sh
2222pip install SpeechRecognition
2323```
24- ## How to Run the Script:
25- 1 . Navigate to the project directory in Command Prompt (Windows) or Terminal (macOS/Linux).
26- 2 . Run the script using Python:
27- ``` sh
28- python home_automation.py
29- ```
24+
25+ ## ▶️ How to Run the Script
26+ 1 . Clone the Repository:
27+ ```
28+ git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
29+ ```
30+ 2 . Navigate to Directory:
31+ ``` bash
32+ cd Simple-Python-Mini-Projects/Voice-Controlled\ Home\ Automation\ Simulator
33+ ```
34+ 3 . Run the Script:
35+ ``` bash
36+ python home_automation.py
37+ ```
38+
3039## Example Usage:
3140``` vbnet
3241Voice-Controlled Home Automation
@@ -39,4 +48,4 @@ Listening...
3948You said: turn on light
4049```
4150## Acknowledgments:
42- - This project uses the [ SpeechRecognition] ( https://pypi.org/project/SpeechRecognition/ ) library for voice command recognition.
51+ - This project uses the [ SpeechRecognition] ( https://pypi.org/project/SpeechRecognition/ ) library for voice command recognition.
You can’t perform that action at this time.
0 commit comments