PyPyGUIMAKER -- a Python GUI maker program

This Python program is a graphical user program that makes other GUIs. It generates Python 3 file that uses the TKinter GUI system, which comes installed automatically with Python 3.

Just download the zip file, unzip it, and then double click on mainwindow.py to run. (Or you can edit it with IDLE and run this module and it will start that way.)

Download Download the zip file

Here is a screenshot of the GUImaker program (on the left) and the Python GUI program that it produces when it runs (on the right.)

There is a help window with lots of topics to read. Also, here is a 15 minute demo video that will walk you through most of the program.