how to locate image using pyautogui

61

how to locate image using pyautogui -

>>> import pyautogui
>>> button7location = pyautogui.locateOnScreen('calc7key.png')
>>> print(button7location) #print location of button

Comments

Submit
0 Comments