Loading repository dataβ¦
Loading repository dataβ¦
zakariamamma / repository
π Task List Manager (Python CLI) This is a simple command-line task manager built in Python. It allows you to: β View your task list β Add a new task βοΈ Update a task by its index β Remove a task by its index β³ Includes short delays for a better user experience
π Task List Manager (Python CLI)
This is a simple command-line task manager built in Python. It allows you to:
β View your task list β Add a new task βοΈ Update a task by its index β Remove a task by its index β³ Includes short delays for a better user experience π¦ Requirements
Python 3.x
No external libraries needed (only time module)
π How It Works
The program starts by showing a default task list.
You can add a new task.
Update a task using its index.
Delete a task using its index.
The program uses time.sleep() to add smooth pauses between actions for a more interactive experience.
At the end, it shows your final updated task list and a motivational message.
πΈ Sample Output
your task list
add your new task >>> study python
updated list
which index do you want to update? >>> 2 enter your new task >>> brush teeth
updated list
enter the index of the task to remove >>> 3
final list
enjoy for your day, always im here to help you