I want to write a workflow improving script for an application I use. The issue is the target application is only accepting files that are moved onto it via drag and drop. The Source from where I am dragging is though not dragging the actual file handler but a string of xml-data (which includes the file location).
Getting the exact string of the file location is no problem, however, I can't figure out a way to "move" this file automatically under the pressed mouse cursor of the user in order to enable drag and drop working.
The script would need to work on Windows, are there any options in Python avaiable to achieve this?