From 004b0ff0517f7963f32d30e9c0c696cccd42c27f Mon Sep 17 00:00:00 2001 From: def <8384198-dettlaff@users.noreply.gitlab.com> Date: Wed, 1 Dec 2021 20:39:59 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BD=D0=BE=D0=B2=D1=8B=D0=B9=20=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autogames/ahah.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 autogames/ahah.py diff --git a/autogames/ahah.py b/autogames/ahah.py new file mode 100644 index 0000000..f5fa412 --- /dev/null +++ b/autogames/ahah.py @@ -0,0 +1,5 @@ +from PIL import ImageGrab +image = ImageGrab.grab((863, 751, 1091, 767)) + + +image.save(fp="/home/def/ahah.png")