Python Windows prend une capture d'écran pil

import PIL.ImageGrab

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