Tasker - A Simple To-Do App

A PySide6 desktop task manager built to explore Python built-in data structures.

Project preview

Overview

Tasker is a lightweight offline task management desktop app built using PySide6 and Python. This project was developed not only to create a functional productivity tool but also as a hands-on exercise in understanding and applying core Python data structures such as lists in a real-world context.

Features

  • ✅ Add, delete, and mark tasks as complete
  • 🖥️ Clean simple responsive desktop interface
  • 🔐 Works fully offline — your tasks stay on your device
  • 🧠 Internally leverages lists and other Python built-ins to manage and store task data
  • 📦 Packaged for Easy Installation (no Python setup needed)

Tech Stack

  • Python
  • Pyside6
  • Sqlite
  • PyInstaller (for
  • exe packaging)

Links

Download App

Access previous versions of Tasker - A Simple To-Do App at this link 👉Previous Versions

GitHub Repo