To Do Manager Example - alejandroautalan/pygubu-designer GitHub Wiki

Overview

A To-Do manager is an excellent demonstration of CRUD. A CRUD application creates, reads, updates and deletes records that persist in a database. We will simulate a database with a Python dictionary.

Key Concepts

  • pack layout
  • display rows in a table
  • row selection
  • dynamic previous and next record buttons
  • pop-up record editor

Steps

Documentation is needed here.