No description
  • Python 98.6%
  • PLpgSQL 1.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
NoctisWolfshadow 58afc2c840 feat: store category IDs in task modal combobox
- Add userData parameter to parent category items for ID storage
    - Fix variable reference in TaskList category display check
2026-08-01 21:10:15 +02:00
database/migrations chore: remove timestamp columns from tasks schema 2026-08-01 20:48:09 +02:00
qt feat: store category IDs in task modal combobox 2026-08-01 21:10:15 +02:00
.gitignore chore: add database.sqlite to .gitignore 2026-07-23 21:44:41 +02:00
.python-version chore: init project with pyside6 todo app 2026-07-21 23:26:57 +02:00
db.py chore: remove timestamp columns from tasks schema 2026-08-01 20:48:09 +02:00
main.py refactor: remove unused dark mode detection code 2026-07-24 14:42:51 +02:00
pyproject.toml chore: add typing-extensions and refine nav button styling 2026-07-23 00:29:01 +02:00
pyrightconfig.json chore: init project with pyside6 todo app 2026-07-21 23:26:57 +02:00
README.md docs: add README with setup and usage instructions 2026-07-27 21:56:51 +02:00
uv.lock chore: add typing-extensions and refine nav button styling 2026-07-23 00:29:01 +02:00

To Do List

How to Use

Install UV

You need to install uv from this website. Its a Manager for Python. [https://docs.astral.sh/uv/getting-started/installation/] You can also Install Python from UV to run the script. uv python install

Download Dependencies

For this execute in the Project Folder this command uv sync

Executing the Program

For this you can just use this Command in Project Folder: uv run main.py