I am working on a GUI in Python using Tkinter. This is what I have done so far:
class GUIHandler(tk.Tk): def __init__(self, *args, **kwargs): tk.