4 lines
72 B
Python
4 lines
72 B
Python
import pyautogui
|
|
|
|
res = pyautogui.locateOnScreen("image.png")
|
|
print(res) |