An open API service indexing awesome lists of open source software.

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

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

![image](https://user-images.githubusercontent.com/99633082/229314678-a68d53b5-00cb-4c63-a829-0a4026cf53e2.png)