Python Tkinter Design. In this tutorial, we learned how we could add widgets to our Tkinter application and design layouts using the Tkinter Grid Geometry Manager. Previously, we talked about the basics of getting started with Tkinter - creating the window, and creating a Label to display text or images.
Previously, we talked about the basics of getting started with Tkinter - creating the window, and creating a Label to display text or images.
Tkinter is the Python port for Tcl-Tk GUI toolkit developed by Fredrik Lundh.
PyGTK is the module that ports Python to another popular GUI widget toolkit called GTK. It is a standard Python interface to the Tk GUI toolkit shipped with Python. How to create graphical user interfaces with TKinter and Python.