blog Exploring Python’s webbrowser.open

Python has a webbrowser module that allows scripts to open a webbrowser. In the past, I have often used this for scripts that create some kind of new web resource, so that it will automatically open the page after creation. While working on one of my headless servers, I became curious about how it works and how I might be able to tap into it.

Read More →