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

6 lines
110 B
Python
Raw Normal View History

2021-12-01 20:39:59 +00:00
from PIL import ImageGrab
image = ImageGrab.grab((863, 751, 1091, 767))
2021-12-01 20:40:31 +00:00
image.save(fp="/home/def/test.png")