I have written a simple text editor with tkinter
. Now, I want to highlight some special words as the user is writing.
For instance, if the user wrote the word define
, the word color would change to red.
Can I do that?
I have written a simple text editor with tkinter
. Now, I want to highlight some special words as the user is writing.
For instance, if the user wrote the word define
, the word color would change to red.
Can I do that?