File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed
Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff 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:
1915This 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
2932The 'todo_list.py' script implements a menu-driven interface where users can perform various operations on tasks:
3033
You can’t perform that action at this time.
0 commit comments