from Tkinter import *root = Tk()root.title("Simple GUI")root.geometry("200x100")root.mainloop()
Name (required)
email (will not be published) (required)
Website