https://github.com/indexposition/todo-list
Todo List using Python
https://github.com/indexposition/todo-list
Last synced: 3 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T21:33:30.000Z (about 2 years ago)
- Last Synced: 2025-01-14T05:51:07.022Z (4 months 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