I would like to display a file having Unicode data (Malayalam) in a window with a scrolled area, with all the named entities in different colours in tkinter
(PYTHON).
For example, consider the sentence - 'Python is a programming language.'
In my window, Python should be in a different colour. My file contains more than 100 lines. So I need the display in a scrolled area and text in it having different colours.
Thanks in advance for your help.