Droptopus
Droptopus melds drag'n'drop with scripts and folders. It allows you to create visual drop targets for files, links, and text, allowing you to process the dragged object (file|text|url) via script or copy it to a folder.
Dependencies
Installation
pip3 install droptopus
Launch
nohup python3 -m droptopus &
Example scripts
Check the examples directory for some useful drop actions.
Acknowledgements
Droptopus uses
Thanks!
License
This project is licensed under the MIT License - see the LICENSE.md file for details