GUI Tk Python

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