5
I need to display a text in a GUI interface made with Tkinter, however, I would like only one word in the middle of this text to be in bold.
I’m using it this way:
texto = Label(Frame, text="Texto qualquer com mais de 5 linhas", font= fonte qualquer, bold)
Of course this way the whole text is in bold.
Take a look at [tour]. You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? You need something to be improved?
– Maniero