6 lines
110 B
Python
6 lines
110 B
Python
from PIL import ImageGrab
|
|
image = ImageGrab.grab((863, 751, 1091, 767))
|
|
|
|
|
|
image.save(fp="/home/def/test.png")
|