A simple *To-Do List app with a built-in timer, designed using Python.
This app allows you to manage your tasks and set a timer to increase productivity.
--
- Add Task ✅
- Add a new task to your list.
- Delete Task ❌
- Delete a task from the list by its number.
- You will be asked to confirm before deleting.
- Show Tasks 📋
- Display all tasks in the list by their number.
- Timer ⏲️
- Set the timer in hours.
- The countdown timer is displayed in the
HH:MM:SSformat.
- Exit 🚪
- Exit the app.
- Run the Python script:
Wafa Adam