Taking Screen Shot

 from PIL import ImageGrab

image = ImageGrab.grab(bbox=(0,0,1920,1080))

image.save('sc.png')