Python -Fenster nehmen Screenshot Pil

import PIL.ImageGrab

im = PIL.ImageGrab.grab()
im.show()
Lovely Llama