Python: Difference between revisions
Appearance
Ttenbergen (talk | contribs) No edit summary |
Ttenbergen (talk | contribs) |
||
Line 5: | Line 5: | ||
==User Interface Automation== | ==User Interface Automation== | ||
* https://pyautogui.readthedocs.io/en/latest/quickstart.html | * https://pyautogui.readthedocs.io/en/latest/quickstart.html | ||
* https://automatetheboringstuff.com/chapter18/ | |||
find a screen shot: | |||
pyautogui.locateOnScreen('findonscreen.png') |
Revision as of 17:52, 2020 July 3
Setting up in windows
User Interface Automation
- https://pyautogui.readthedocs.io/en/latest/quickstart.html
- https://automatetheboringstuff.com/chapter18/
find a screen shot: pyautogui.locateOnScreen('findonscreen.png')