Загрузить новый файл

This commit is contained in:
def 2021-12-01 20:39:59 +00:00
parent b8fad8d74c
commit 004b0ff051
1 changed files with 5 additions and 0 deletions

5
autogames/ahah.py Normal file
View File

@ -0,0 +1,5 @@
from PIL import ImageGrab
image = ImageGrab.grab((863, 751, 1091, 767))
image.save(fp="/home/def/ahah.png")