Python Forum
Having my output links become clickable
Thread Rating:
  • 2 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Having my output links become clickable
#3
A Pen 
So a list i html.
One simple way is make your links like that,
and use webbrowser module to show links it browser.
import webbrowser

webbrowser.open('file:///C:/1/html/list.html')
Open a local file on disk,
just open the made .html file browser,so will you get path eg file:///something.
Reply


Messages In This Thread
RE: Having my output links become clickable - by snippsat - May-20-2017, 01:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sad "Disabled" Buttons Still Clickable. Nd4SpdSe 3 424 Mar-13-2024, 07:44 AM
Last Post: laughorchestra
  help with url links- href links don't work properly DeBug_0neZer0 1 2,017 Jan-06-2021, 11:01 PM
Last Post: DeBug_0neZer0
  How to turn screen output into clickable hyperlinks windros 5 2,818 Jan-22-2019, 05:41 PM
Last Post: windros

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020