GUIWikiPy - Patch67/Graphics GitHub Wiki
GUI builder.
Rapid Application Development (RAD) Tool
Use your favorite text editor to create a simple GUI config file and you get a working, tested application ready for you to fill out your own commands.
[GUI Wiki syntax](GUI Wiki Syntax)
GUIWikiPy is a branch of my Graphics application. It's purpose is to reuse GUI code I have had to write for a my very Graphics application. It uses a very simple text definition file to generate the windows and menus, keyboard shortcuts and toolbars that my application uses. Hence the name GUI Wiki. At present the program will push out Python code based on tkinter. Hence the name GUIWikiPy.
The idea of the program is to save days and days of programming and testing by generating code automatically. As the code has already been written and tested it should save the user huge amounts of time.
The program is based on the Model View Controller principle simply to separate out the GUI code from the rest of the application. Tkinter handles all user interaction but passes control to command methods for the user to fill in.
Basic operations such as New, Open, Save, Save As and Close are already handled by the application. This leaves the user to get on with their own stuff.
[Release Notes](Release Notes)