I found a package called ImagePaste that might be what you need.
To make it work on Linux: replace "im = ImageGrab.getclipboard()" with "im = ImageGrab.grab()" in the imageutil.py file. (1)
I found a package called ImagePaste that might be what you need.
To make it work on Linux: replace "im = ImageGrab.getclipboard()" with "im = ImageGrab.grab()" in the imageutil.py file. (1)