from Tkinter import *root = Tk() Label(root, text='Hello GUI world!').pack(side=TOP) root.mainloop()
Name (required)
email (will not be published) (required)
Website