I need to display text in a GUI interface made with TkInter, however, I would like only one word in the middle of this text to be bold.
I'm using it as follows:
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.