do you nedd tkinter to create a python app code example Example: how to create tkinter window import tkinter master = tkinter.Tk() master.mainloop()