TamyP
0
Q:

python open google

#Open google in python - Windows
import webbrowser
url='https://google.com'
webbrowser.get('C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s').open(url)
0
#Open google in python - MacOSX
import os
os.system("open https://google.com")
0

New to Communities?

Join the community