from Tkinter import Label widget = Label(None, text='Hello GUI world!') widget.pack() widget.mainloop()
Name (required)
email (will not be published) (required)
Website