Relative Content

Tag Archive for gui

Why use classes when programming a tkinter gui in python

I program primarily in python and have programmed a couple of GUI’s with Tkinter, every tutorial I have ever seen has recommended defining and using a class for the GUI, but my GUI runs flawlessly using only procedures, without a class.