No description
- Python 98.6%
- PLpgSQL 1.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
- Add userData parameter to parent category items for ID storage
- Fix variable reference in TaskList category display check
|
||
| database/migrations | ||
| qt | ||
| .gitignore | ||
| .python-version | ||
| db.py | ||
| main.py | ||
| pyproject.toml | ||
| pyrightconfig.json | ||
| README.md | ||
| uv.lock | ||
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