I made tiny a program finding files containing specific text input from User. But, now it is only possible to find .txt files.
As you can see, I found some files and listed them on the Listbox. Now, I want to open one of them by clicking it. How should I implement this feature? I used the subprocess.popen before to pop up files but I don't know how to open them in Listbox using Tkinter.