Answers for "how to open link in chrome from python"

0

how to make html files open in chrome using python

// Also, use the absolute path of the file:

webbrowser.open('file://' + os.path.realpath(filename))
Posted by: Guest on January-01-2021
-1

open chrome in pyhton

import webbrowser

webbrowser.open_new_tab("http://www.google.com")
Posted by: Guest on November-10-2021

Code answers related to "how to open link in chrome from python"

Python Answers by Framework

Browse Popular Code Answers by Language