how to bold text in tkinter python code example Example: tkinter bold text label = Label(root, text='Grepper', font='Helvetica 18 bold') label.pack()