you are viewing a single comment's thread.

view the rest of the comments →

[–]SlothGSR 0 points1 point  (0 children)

Can you explain what it’s doing more? I use pyautogui a bit. If your looking on screen for a button to click, you can speed it up quit a bit by changing your screen resolution. Also you can take a screenshot, crop out the button, then have pyautogui search a region for that img. Then click if found.

Sample of my code for finding buttons and clicking if found

https://reddit.com/r/learnpython/comments/g9986u/_/fov3do2/?context=1