Mega Code Archive

 
Categories / Python / GUI Tk
 

Use pack for a frame

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