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")