https://github.com/hellorge/tooodo
A PyQt6/Qt6 based todo app, focusing on my personal requirements
https://github.com/hellorge/tooodo
Last synced: 4 months ago
JSON representation
A PyQt6/Qt6 based todo app, focusing on my personal requirements
- Host: GitHub
- URL: https://github.com/hellorge/tooodo
- Owner: Hellorge
- Created: 2024-06-30T17:20:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T21:24:54.000Z (almost 2 years ago)
- Last Synced: 2025-10-11T22:15:49.943Z (8 months ago)
- Language: Makefile
- Homepage:
- Size: 4.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple Tooodo application based on PyQt6,
I needed an app which can closely work with system like selecting text and directly creating a task from it and all.
This app has 3 interfaces,
1. Main window, viewing, updating, creating, and completing tasks.

2. Quickadd dialog, creating a new task quickly.

3. System Tray dropdown, completing tasks and other stuff. (Highly WIP)