Skip to content

Commit 7327c89

Browse files
Update README.md
1 parent 0d8d00e commit 7327c89

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

Stopwatch Application/README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ This script uses the standard Python library, specifically the tkinter and datet
1010
## How to Install Required Modules
1111
No additional modules are required for this script. Ensure that Python is installed on your system.
1212

13-
## How to Run the Script
13+
## ▶️ How to Run the Script
1414
1. Clone the Repository:
15-
```bash
16-
git clone https://github.com/yourusername/stopwatch-app.git
17-
cd stopwatch-app
18-
```
19-
2. Run the Script:
20-
```bash
21-
python3 stopwatch.py
22-
```
15+
```
16+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
17+
```
18+
2. Navigate to Directory:
19+
```bash
20+
cd Simple-Python-Mini-Projects/Stopwatch\ Application
21+
```
22+
3. Run the Script:
23+
```bash
24+
python stopwatch.py
25+
```

0 commit comments

Comments
 (0)