Learning to build a to-do app using Python and Tkinter. Check features.TODO to find out what I will be adding soon.
- Python 3.x
- Tkinter (usually comes included with Python)
- Clone the repository onto your machine.
- Navigate to the directory where you cloned the repository.
- Run the
main.pyfile using the commandpython main.py. - Mess around with the app by creating, editing, and deleting tasks.
- Add, edit, and delete tasks
- Priority levels (high, medium, low)
- Automatic sorting from top to bottom priority
- Save/load lists (txt)
This project is licensed under the MIT License.
