Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python open google

#Open google in python - MacOSX
import os
os.system("open https://google.com")
 
PREVIOUS NEXT
Tagged: #python #open #google
ADD COMMENT
Topic
Name
7+7 =