Skip to content

FrancoisGrosbellet/cursor_python_qt

Repository files navigation

TODO List Desktop Application

A simple desktop TODO list application built with Python and PySide6.

Project Description

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.

Features

  • Add new tasks
  • Mark tasks as complete
  • Delete tasks
  • View progress of completed tasks

Design Mockups

The initial design for this application is based on the following mockups:

Setup and Installation

  1. Clone the repository
  2. Create a virtual environment:
    python -m venv .venv
    
  3. Activate the virtual environment:
    • Windows: .\.venv\Scripts\activate
    • macOS/Linux: source .venv/bin/activate
  4. Install dependencies:
    pip install -r requirements.txt
    

Usage

[Instructions on how to run the application will be added here]

Contributing

Cursor / claude-3.5-sonnet

License

None

About

Benchmarking Cursor by creating a small Python/Qt app. This repo contains no human written code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages