A user-friendly, interactive To-Do List application that runs directly in the terminal.
The Simple Terminal To-Do List provides users with the ability to manage their tasks efficiently. The application offers a range of functionalities, including adding tasks, removing them, and marking them as done, all through a command-line interface.
- Add Item: Add new tasks to your To-Do List with ease.
- Remove Item: Remove a task by specifying its number.
- Mark as Done: Achieve a sense of accomplishment by marking your tasks as done.
- View To-Do List: Display all the tasks you've set for yourself.
- Interactive Menu: An easy-to-navigate menu that provides guidance on all available commands.
After setting up the script in your preferred directory, run the application using:
python todolist.py
You'll be presented with a menu that offers several options to manage your To-Do List. Choose an option by entering the corresponding number.