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