A simple desktop TODO list application built with Python and PySide6.
This application allows users to create, manage, and track their tasks in a simple, user-friendly interface. It's built as a desktop application using Python 3.12 and PySide6 for the GUI.
- Add new tasks
- Mark tasks as complete
- Delete tasks
- View progress of completed tasks
The initial design for this application is based on the following mockups:
- Clone the repository
- Create a virtual environment:
python -m venv .venv
- Activate the virtual environment:
- Windows:
.\.venv\Scripts\activate
- macOS/Linux:
source .venv/bin/activate
- Windows:
- Install dependencies:
pip install -r requirements.txt
[Instructions on how to run the application will be added here]
Cursor / claude-3.5-sonnet
None