Skip to content

Commit 100583d

Browse files
Update README.md
1 parent 27d4103 commit 100583d

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

Python Quiz Application/README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,21 @@ The project consists of:
88

99
## How to Install
1010
No additional modules beyond Python's standard library are required to run this script.
11-
## How to Run the Script
11+
12+
## ▶️ How to Run the Script
1213
1. Clone the Repository:
13-
```bash
14-
git clone https://github.com/yourusername/python-quiz-application.git
15-
cd python-quiz-application
16-
```
17-
2. Run the Script:
18-
```bash
19-
python quiz.py
20-
```
14+
```
15+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
16+
```
17+
2. Navigate to Directory:
18+
```bash
19+
cd Simple-Python-Mini-Projects/Python\ Quiz\ Application
20+
```
21+
3. Run the Script:
22+
```bash
23+
python quiz_app.py
24+
```
25+
2126
## Usage Instructions
2227
• Launch the script and answer each question by typing the letter corresponding to your choice.
2328
<br>

0 commit comments

Comments
 (0)