How to search a string in a text file and display it in listbox by Tkinter?

I was wondering how I can write a python code using Tkinter to search a string in an external txt file and display the lines in which the string appears in a listbox, highlighting the same string in each line. By the way, I am a new learner in the field.
Thanks in advance.