Python: Difference between revisions

From Squirrel's Lair
No edit summary
Line 2: Line 2:
* https://www.python.org/downloads/windows/
* https://www.python.org/downloads/windows/


== Setting up on a stick ==
* https://sourceforge.net/projects/winpython/
Setup
* expand on a stick
? how to install ppyautogui


==User Interface Automation==
==User Interface Automation==
A rating:  https://github.com/pywinauto/pywinauto/wiki/UI-Automation-tools-ratings
=== PyAutoGUI ===
* https://pyautogui.readthedocs.io/en/latest/quickstart.html
* https://pyautogui.readthedocs.io/en/latest/quickstart.html
* https://automatetheboringstuff.com/chapter18/
* https://automatetheboringstuff.com/chapter18/
Line 9: Line 18:
find a screen shot:  
find a screen shot:  
pyautogui.locateOnScreen('findonscreen.png')
pyautogui.locateOnScreen('findonscreen.png')
===Pywinauto===
*https://pywinauto.readthedocs.io/en/latest/





Revision as of 13:18, 2020 July 13