I have a small python program that takes a URL and sends it to a neighbouring machine, which has a server that receives URLs and opens them in the browser.
My next step is to register this python program as the default browser in the local Windows box so that it gets the URLs when I click on links anywhere (Chat software, email clients, other applications).
How does one register a custom application as the default Web browser in windows?
Additional questions: What are the minimum requirements for this? Can I revert it back to the previous value? Is there a python library for that?