Droptopus is a drag'n'drop router, which routes dropped objects to the designated actions


Keywords
sample, setuptools, development, drop, file-utility, gui-application, productivity, python3, qt5
License
MIT
Install
pip install droptopus==0.2.39

Documentation

GitHub stars GitHub license GitHub issues

Droptopus

Droptopus Logo

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

  • python3.5+
  • pyqt5

Installation

pip3 install droptopus

Launch

nohup python3 -m droptopus &

Example scripts

Check the examples directory for some useful drop actions.

Acknowledgements

Droptopus uses

Thanks!

Sponsors

Become a sponsor

License

This project is licensed under the MIT License - see the LICENSE.md file for details