Search code examples
pythonwebaddress

Is it possible to open up certain web addresses using the default internet browser with python?


I want python to open up a certain address using the computers default web browser. Is this possible?


Solution

  • Absolutely, use the webbrowser module.