Python Windows Tome PIL de captura de pantalla

import PIL.ImageGrab

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