Skip to content

Commit 71fa074

Browse files
Update README.md
1 parent d4b0e80 commit 71fa074

File tree

1 file changed

+16
-7
lines changed
  • Voice-Controlled Home Automation Simulator

1 file changed

+16
-7
lines changed

Voice-Controlled Home Automation Simulator/README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,21 @@ To install the required modules, use the following steps:
2121
```sh
2222
pip 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
3241
Voice-Controlled Home Automation
@@ -39,4 +48,4 @@ Listening...
3948
You 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.

0 commit comments

Comments
 (0)