When I was getting started with Python I loved writing Tkinter GUIs. At first they felt really complicated because the tutorial I was following wasn't very good. Even the hello world example had a ...
button_1 = Button(root, text="1", padx=40, pady=20, command=lambda: button_click(1)) # landa małe l ma być button_2 = Button(root, text="2", padx=40, pady=20 ...