Skip to content

Create a fully "wired" python Tkinter GUI application in minutes

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt
Notifications You must be signed in to change notification settings

roguextech/sonofeft-TkGridGUI

 
 

Repository files navigation

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.

About

Create a fully "wired" python Tkinter GUI application in minutes

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%