emircan-ay/COM206_finalproject
GitHub: emircan-ay/COM206_finalproject
Stars: 0 | Forks: 0
# README
# Minimalist and Modern To-Do App
This software is a sleek, fast, and lightweight desktop application designed to capture tasks and streamline daily workflows instantly. Built on top of Python and PySide6, it delivers an optimized, high-performance user experience without the heavy resource consumption common in modern web-based electron apps. The interface features a custom-tailored dark mode designed to reduce eye strain during long working hours and blend perfectly into professional developer setups. With zero bloatware, smart keyboard integration, and fluid list rendering, this tool offers a clean, distraction-free environment to manage priorities and maximize productivity.
## Project Structure
Project Root
├── .gitignore
├── Main.qml
├── README.md
├── appOLACAK.qmltypes
├── appOLACAK_qml_module_dir_map.qrc
└── main.py
Features and Marketing Points
Premium Dark UI: Fully customized dark mode that reduces eye strain and fits right into modern developer setups.
Keyboard Centric: Add tasks instantly with the Enter key—no mouse required.
Fluid and Responsive: Infinite scrolling container ensures your UI stays perfectly crisp no matter how many tasks you track.
Zero Bloat: Pure Python desktop performance with zero external tracking or massive web framework overhead.
Built With
Language: Python 3.x
UI Framework: PySide6 (Official Qt for Python)
Recommended IDEs: VS Code, PyCharm, or Cursor
Quick Start
1. Installation
Install the required Qt framework bindings via pip:
Bash
pip install PySide6
2. Run the Application
Launch the app directly from your terminal:
Bash
python main.py