Jotarokudjo1
Results
1
comments of
Jotarokudjo1
pls help me, code : `from python_imagesearch.imagesearch import imagesearch_numLoop import pyautogui while True: circle = imagesearch_numLoop("F.png", 829, 776) if circle[0] != -1: print("position :", circle[0], circle[1]) pyautogui.keyDown('f') pyautogui.PAUSE = 4...