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

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

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.

![Screenshot of main window.](https://github.com/Hellorge/ToooDo/blob/master/imgs/mainwindow.png)

2. Quickadd dialog, creating a new task quickly.

![Screenshot of Quickadd dialog.](https://github.com/Hellorge/ToooDo/blob/master/imgs/quickadddialog.png)

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