This repository has been archived on 2022-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
b-content/autogames/take-a-pic.py

6 lines
110 B
Python

from PIL import ImageGrab
image = ImageGrab.grab((863, 751, 1091, 767))
image.save(fp="/home/def/test.png")