Mega Code Archive

 
Categories / Python Tutorial / Tkinker
 

Pack a frame

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