Open URL using python using webbrowser module
Open URL using python using webbrowser module
Even in python, one can open a url using default browser.
import webbrowser
webbrowser.open('http://www.python.org')
Planted:
by Lei Ma;
Similar Articles:
L Ma (2015). 'Open URL using python using webbrowser module', Datumorphism, 12 April. Available at: https://datumorphism.leima.is/til/programming/open-url-using-python-webbrowser-module/.