GUI Tk Python

from Tkinter import *
root = Tk()
    
# create window contents as children to root...
    
root.mainloop()