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/test_shot.py
2021-12-01 20:40:31 +00:00

6 lines
110 B
Python

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