Articles by tag: tkinter
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.
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.
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.