Python Windows сделайте скриншот pil

import PIL.ImageGrab

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