https://github.com/indexposition/todo-list
Todo List using Python
https://github.com/indexposition/todo-list
Last synced: 14 days ago
JSON representation
Todo List using Python
- Host: GitHub
- URL: https://github.com/indexposition/todo-list
- Owner: IndexPosition
- Created: 2022-11-02T12:45:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T21:33:30.000Z (about 3 years ago)
- Last Synced: 2025-03-11T00:42:41.429Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo-List
Todo List using Python and MySQL.
## Requirements
- tkinter
- mysql.connector
- datetime
## Features
The application allows you to:
- Add new tasks with a due date.
- View the list of all the tasks, sorted by due date if wanted.
- Delete tasks.
- Mark tasks as completed.
## UI
