File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,16 @@ This script uses the standard Python library. No additional modules are required
16
16
## How to Install Required Modules
17
17
No additional modules are required for this script. Ensure that Python is installed on your system.
18
18
19
- ## How to Run the Script
19
+ ## ▶️ How to Run the Script
20
20
1 . Clone the Repository:
21
- ``` bash
22
- git clone https://github.com/yourusername/contact-book.git
23
- cd contact-book
24
- ```
25
- 2 . Run the Script:
26
- ``` bash
27
- python3 contact_book.py
28
- ```
21
+ ```
22
+ git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
23
+ ```
24
+ 2 . Navigate to Directory:
25
+ ``` bash
26
+ cd Simple-Python-Mini-Projects/Simple\ Contact\ Book
27
+ ```
28
+ 3 . Run the Script:
29
+ ``` bash
30
+ python contact_book.py
31
+ ```
You can’t perform that action at this time.
0 commit comments