Tkinker Python Tutorial

from Tkinter  import *
Label(text='Hello GUI world!').pack()
mainloop()