Python: Difference between revisions
Appearance
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) 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 12:18, 2020 July 13
Setting up in windows
Setting up on a stick
Setup
- expand on a stick
? how to install ppyautogui
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://automatetheboringstuff.com/chapter18/
find a screen shot: pyautogui.locateOnScreen('findonscreen.png')
Pywinauto