Skip to main content
2 of 4
added 214 characters in body

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)