Mark Myers

Project: programgenerato


This program generator (programgenerato) produces, from a schema that you create, a file maintenance python program for every table that you define in the schema. Each file maintenance program is standalone. Although a program launcher is also built. The GUI used is Tkinter and its PMW extension. The Schema you create describes comma separated value (csv) files. This is a work in progress. I use this project when I am converting a client's custom software to something new. By using this project I can show the client's data and its internal relationships to the client as I explain the conversion process that I will be taking. This takes some effort to setup the schema. Everything is customizable. This project is released under the open source MIT license.

Return to Sourceforge project page