This is a desktop Task Manager app I built in Python using PyQt5 for the interface and SQLite for the database. I made it for my Principles of System Design course, but I also designed it to be something I’d use.
Features:
Tech Used:
All data is stored locally in SQLite, so it’s simple to run without a server.
I’m planning future updates like voice control and a web-based version.
This project helped me practice connecting a Python GUI to a database, managing state, and building features that are actually useful in daily life.