Python Forum
Can python open a hyperlink?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can python open a hyperlink?
#2
Clicking a link on s page makes an HTTP request to the URL. Yes, you can make HTTP requests in Python and process the responses. There are likely a number of HTTP clients you can use, but a popular one is Requests: https://docs.python-requests.org/en/master/.
Reply


Messages In This Thread
Can python open a hyperlink? - by 1stTimeCoding - Apr-28-2021, 08:14 AM
RE: Can python open a hyperlink? - by ndc85430 - Apr-28-2021, 08:18 AM
RE: Can python open a hyperlink? - by DeaD_EyE - Apr-28-2021, 08:28 AM
RE: Can python open a hyperlink? - by buran - Apr-28-2021, 08:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Word, adding a hyperlink from a bookmark using Python mart79 1 2,353 Jan-14-2021, 08:41 PM
Last Post: Larz60+
  remove underline from hyperlink in excel SriMekala 0 1,910 Jul-25-2019, 01:58 PM
Last Post: SriMekala
  How to add hyperlink to existing Excel file SriMekala 2 12,144 Jul-25-2019, 02:28 AM
Last Post: SriMekala

Forum Jump:

User Panel Messages

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