QueTueDue is a simple To-Do app made with PyQt6 that features a toolbar, categories and a system tray icon for quick access to your next To-Do items.
The program has 3 categories: To-Do, In Progress and Done:

QTD features a toolbar with multiple features - Add, Remove, Remove Done, Remove All:
![]()
QueTueDue's primary feature is the quick-access list inside your system tray, containing your current To-Do items (shown on Arch Linux with hyprland):

- Mark all as done toolbar action
- Colour-coded categories
- Keyboard Shortcuts
- Statisticts(?)
- QML Stylesheets implementation
- Installer
- Download files as zip
- Extract files
-
Make sure you have Python 3.10+ and PyQt6 installed via pip.
Install Python from https://python.org (3.10+, written in 3.13).
Runpip install PyQt6to install PyQt6 for the progam GUI. -
Run QueTueDue.pyw (Dosen't run? Try renaming to quetuedue.py)
Or:
QueTueDue depends on the following modules\libraries:
- Python 3.10+
- PyQt6 (6.10)
Thanks for checking out this begginner project of mine! I've tried to abide by PEP 8 as much as possible... but if I've missed a spot feel free to report a bug!