webbrowser — Displays web pages — PyMOTW 3
Originally posted
· 1 min read
The webbrowser module includes functions to open URLs in interactive browser applications. The module includes a registry of available browsers, in case multiple options are available on the system. It can also be controlled with the BROWSER environment variable.
This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.