inicial commit

This commit is contained in:
godot 2023-12-05 22:09:51 +01:00
commit 4cd8af49a9
2 changed files with 4 additions and 0 deletions

BIN
dots.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

4
yt-del.py Normal file
View File

@ -0,0 +1,4 @@
import pyautogui
res = pyautogui.locateOnScreen("image.png")
print(res)