From this answer I know how to color individual items in a listbox
. However, is it possible to color individual words/characters inside the item of a Tkinter listbox
?
If yes, how to achieve that?
If no, is there a way to work around the limitations, such as transforming a Tkinter TextBox into a ListBox (so you can click on individual lines), while still being able to color anything and everything?