genlikan / To-Do-List

GUI application for managing tasks and projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do List

Manage Tasks and Projects via a graphical user interface.

Built with Python 3, SQLite and PyQt5.

Usage

When running to_do_list.py for the first time, the file "to-do.db" is created in the parent directory.

Users can create tasks, set deadlines and mark tasks as completed. Related tasks may be grouped together as projects. Overdue items are highlighted in red.

Screenshots

Tasks tab:

Tasks Tab

New task dialog window:

Add New Task

Projects tab:

Projects Tab

Project tasks window:

Project Tasks Window

Licence

This project is licensed under the MIT License - see the LICENSE.md file for details

About

GUI application for managing tasks and projects.

License:MIT License


Languages

Language:Python 100.0%