
PAGE - A Python GUI Generator
Installation PAGE 7.0 or greater - This is the GUI generator. Actually one should be using the latest version.
Introduction — PAGE 8 documentation
Stated in other words, PAGE generates Python classes which implement GUI windows and also supplies all of the boiler-plate code for execution or instantiation of the GUI objects.
Welcome to the PAGE Documentation — PAGE 8 documentation
Sizegrip Custom Widgets Canvas Generating, Inspecting, and Running the Python GUI Creating and Saving Code Modules Inspecting the Generated Python Modules Executing the Python Modules …
Using PAGE — PAGE 8 documentation
When PAGE generates the code for a GUI, all of the code for causing Python to create and map that window is generated - a Python classes for the toplevel windows with all the code necessary to …
Examples — PAGE 8 documentation
This directory contains an exeample of a GUI with two different custom widgets, ScrolledCheckedListBox and ScrolledFrame, which were written externally from PAGE.
Styles and Themes — PAGE 8 documentation - SourceForge
Remember that PAGE uses the themes directory in the install directory for creating the GUI and the Python modules, while execution of the generated modules relies on the themes directory of the …
The PAGE Interface — PAGE 8 documentation - SourceForge
The Gen_Python menu creates the Python code for the GUI module as well as the supporting module. It also loads existing modules into Python Console windows or into a user specified IDE.
PAGE - A Python GUI Generator
# Takes a list of variable names and prints the name and the # corresponding value for each name along with the enclosing proc. # Example usage: dpr -s> x y z