top of page
2026
Todo App
The Todo application was built in Python using the Tkinter framework and a SQLite database system for storing and managing user accounts and tasks.
Users can create accounts, log in securely,  and have their data saved persistently.
Users can create, edit, complete, and remove todo tasks through an interactive interface, with all changes updating and saving directly to an SQLite database.
bottom of page