Basic coding styles with labels : Label : GUI Tk PYTHON examples


PYTHON examples » GUI Tk » Label »

 

Basic coding styles with labels


Basic coding styles with labels
 
from Tkinter import Label                               
widget = Label(None, text='Hello GUI world!')           
widget.pack()                                           
widget.mainloop()                                       


           
         
  



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo GUI Tk
» Label