I can click-and-drag a link in Firefox down to my taskbar and place the cursor over the icon for Word, which will come to the foreground and allow me to drop the link into a Word document.
I need a Python program to be able to accept links in exactly the same way. What's the name of the system that allows this to happen (OLE?), and how can I access it from Python? Is there a platform-independent means to do so (that is, a similar system that will work on MacOS)?