Image1Link Image2Link Image3Link Image4Link

TkGridGUI

Builds A Python Tkinter Gui Graphic User Interface Using The Grid Geometry Manager.

See the Code at: https://github.com/sonofeft/TkGridGUI

See the Docs at: https://sonofefttkgridgui.readthedocs.io/en/latest/

See PyPI page at:https://pypi.python.org/pypi/tkgridgui

TkGridGUI is a graphic user interface for creating python Tkinter applications.

The user creates a fully “wired” python Tkinter GUI application by placing widgets into a hierarchical grid structure.

TkGridGUI generates python source code for all the basic Tkinter widgets, Button, Label and Entry, as well structures such as menus, notebooks and statusbars. Within the generated python source code, user application code is placed in designated areas.

Common widget bindings, keyboard shortcuts and StringVar objects are created by default.

The workflow moves between placing widgets, editing widget properties, adding application logic to the generated python source code and testing the application after each change.

TkGridGUI runs on Linux and Windows with python 2 and 3.

Indices and tables