Tkinter ToDo: editing, colors, and task sorting https://sudonull.com/tkinter-todo-editing-colors-and-task-sorting
Expanding the desktop ToDo app on Tkinter: adding task editing, color indication of priorities, sorting, and creation dates. Full code with data migration. Explore advanced Listbox and Toplevel features.
Tkinter ToDo: search filters CSV export https://sudonull.com/tkinter-todo-search-filters-csv-export
Implement status filtering, real-time search and CSV export in Tkinter ToDo. Full code with Combobox, radio buttons and csv.writer. For middle/senior developers.
CRUD in Python: creating a task manager with Tkinter and JSON https://sudonull.com/crud-in-python-creating-a-task-manager-with-tkinter-and-json
Practical guide to implementing CRUD operations in Python. Create a desktop application for task management with a graphical interface. Learn the basics of OOP, working with JSON and Tkinter.