from Tkinter import *root = Tk()labelfont = ('times', 20, 'bold') # family, size, stylewidget = Label(root, text='Hello config world')widget.pack(expand=YES, fill=BOTH)root.mainloop()