Mega Code Archive

 
Categories / Python / GUI Tk
 

Base Windows

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