Skip to content

Commit fde36ea

Browse files
Update README.md
1 parent dd05adb commit fde36ea

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

TO-DO List Application/README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,24 @@ The application provides basic functionality to manipulate tasks:
1010
- Exit: Terminates the application.
1111

1212
## Installation
13-
1. Clone the Repository:
14-
```bash
15-
git clone https://github.com/yourusername/todo-list.git
16-
cd todo-list
17-
```
18-
2. No Additional Modules Required:
13+
14+
1. No Additional Modules Required:
1915
This application only uses Python's standard library, so no additional modules need to be installed.
2016

2117
## ▶️ How to Run the Script
22-
After cloning the repository and navigating to the project directory:
23-
```bash
24-
python todo_list.py
25-
```
26-
Follow the on-screen prompts to interact with the TODO List Application.
27-
18+
1. Clone the Repository:
19+
```
20+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
21+
```
22+
2. Navigate to Directory:
23+
```bash
24+
cd Simple-Python-Mini-Projects/TO-DO\ List\ Application
25+
```
26+
3. Run the Script:
27+
```bash
28+
python todo_list.py
29+
```
30+
2831
## Script Overview
2932
The 'todo_list.py' script implements a menu-driven interface where users can perform various operations on tasks:
3033

0 commit comments

Comments
 (0)