Skip to main content
3 of 4
added 112 characters in body

I found a package called ImagePaste that might be what you need.

for Linux

pip install PyUserInput, pyscreenshot and install python-pyqt4 as backend of pyscreenshot

To make it work on Linux: replace "im = ImageGrab.getclipboard()" with "im = ImageGrab.grab()" in the imageutil.py file. (1)