def __init__(self): # Create instance self.win = tk.Tk() # Add a title self.win.title("Python GUI") self.createWidgets() # Button callback