Starting a Web browser. : Os : Buildin Module PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Module » Os »

 

Starting a Web browser.


os.system('/usr/bin/firefox')
# A Windows version would be (again use the path of a browser you have installed)

os.system(r'c:"Program Files""Mozilla Firefox"firefox.exe')



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Module
» Os