A simple Python-based To-Do List application that helps you manage tasks directly from the command line. This project is beginner-friendly and demonstrates fundamental Python programming concepts, such as working with files, user input, and functions.
- Add new tasks to the to-do list.
- View all pending tasks.
- Mark tasks as completed.
- Save tasks to a local file for persistence.
- Clear all tasks if needed.
- Python 3.x installed on your system.
- Basic understanding of Python syntax (optional, but helpful).
- Clone this repository to your local machine:
git clone https://github.com/LLR1/Python-ToDo-List.git cd Python-ToDo-List