A simple console-based to-do list application built with Python.
This is a basic project created to practice working with Python functions, loops, and file management.
The application allows users to:
- Add new tasks
- View existing tasks
- Mark tasks as complete
- Delete completed tasks
- Python 3
See the instructions.txt file for detailed steps.
This project is open-source and available under the MIT License – see the LICENSE file for details.