Drawing a diagram using sliders from Tkinter - Program has no output Drawing a diagram using sliders from Tkinter - Program has no output tkinter tkinter

Drawing a diagram using sliders from Tkinter - Program has no output


Once you have constructed your window, you need to call the mainloop() method to show it. Adding master.mainloop() after the last line does the trick.