I\'m executing the following code:
import time import pyscreenshot as ImageGrab time.sleep(1) im = ImageGrab.grab() im.show() im.save("PICTURE.png")