Untitled
unknown
plain_text
2 years ago
171 B
21
Indexable
# Reconhecimento de imagem simpes com pyautogui
import pyautogui
captcha = pyautogui.locateCenterOnScreen('google.png')
pyautogui.click(captcha[0],captcha[1],duration=1)Editor is loading...
Leave a Comment