Загрузить новый файл
This commit is contained in:
parent
b8fad8d74c
commit
004b0ff051
5
autogames/ahah.py
Normal file
5
autogames/ahah.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from PIL import ImageGrab
|
||||
image = ImageGrab.grab((863, 751, 1091, 767))
|
||||
|
||||
|
||||
image.save(fp="/home/def/ahah.png")
|
Reference in a new issue