commit 4cd8af49a9118b1ccf0b760b090f4d89e6532061 Author: godot Date: Tue Dec 5 22:09:51 2023 +0100 inicial commit diff --git a/dots.png b/dots.png new file mode 100644 index 0000000..57d258c Binary files /dev/null and b/dots.png differ diff --git a/yt-del.py b/yt-del.py new file mode 100644 index 0000000..c2f5b4d --- /dev/null +++ b/yt-del.py @@ -0,0 +1,4 @@ +import pyautogui + +res = pyautogui.locateOnScreen("image.png") +print(res) \ No newline at end of file