a = pyautogui.locateCenterOnScreen("./a.png") a = str(a) if 'Point' in a: print("O") else: print("X")
How does it change if you change this code to python opencv? Please help me :)
2.1m questions
2.1m answers
60 comments
57.0k users