A simple command-line to-do list application built in Python.
It allows users to add, view, and complete tasks.
- Add new tasks
- View all tasks
- Mark tasks as complete
- Tasks saved to file
- Delete tasks
- Terminal UI
- Make sure Python is installed
- Download or clone this repository
- Run the program:
python main.py
- Add due dates
- Add task priorities
- App interface