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.
- python3.5+
- pyqt5
pip3 install droptopus
nohup python3 -m droptopus &
Check the examples directory for some useful drop actions.
Droptopus uses
Thanks!
This project is licensed under the MIT License - see the LICENSE.md file for details