Tkinker Python Tutorial

from Tkinter  import *
Label(text='Hello GUI world!').pack(expand=YES, fill=BOTH)
mainloop()