I am working on a project that requires me to underline some text in a Tkinter Label widget. I know that the underline method can be used, but I can only seem to get it to u
mylabel = Label(frame, text = "my label") mylabel.configure(font="Verdana 15 underline")