File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,21 @@ The project consists of:
8
8
9
9
## How to Install
10
10
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
12
13
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
+
21
26
## Usage Instructions
22
27
• Launch the script and answer each question by typing the letter corresponding to your choice.
23
28
<br >
You can’t perform that action at this time.
0 commit comments