I'm working on a tkinter project and I have used tkinter.scrolledtext
to show the result of a searching operation, and what I want is a way to redirect each searching result in the scrolled text to a specified url.
my idea was to make the string in the scrolled text clickable and when I click, it will redirect me to the URL that I specify. Another solution is to add a button, but I have really searched about that but I didn't find a lot of documentation.
Any ideas, please!