@@ -10,21 +10,24 @@ The application provides basic functionality to manipulate tasks:
10
10
- Exit: Terminates the application.
11
11
12
12
## 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:
19
15
This application only uses Python's standard library, so no additional modules need to be installed.
20
16
21
17
## ▶️ 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
+
28
31
## Script Overview
29
32
The 'todo_list.py' script implements a menu-driven interface where users can perform various operations on tasks:
30
33
0 commit comments