Python: Difference between revisions
Appearance
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) |
||
Line 22: | Line 22: | ||
**https://pypi.org/project/selenium/4.0.0a6.post2/#history | **https://pypi.org/project/selenium/4.0.0a6.post2/#history | ||
== PyGame == | |||
* install: | |||
** <code>py -m pip install pygame</code> | |||
== Setup == | == Setup == |
Revision as of 07:49, 2021 April 23
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
Haven't tried this one, seems second most favourite
Browser manipulation
- https://www.selenium.dev/documentation/en/webdriver/
- to get selenium 4
PyGame
- install:
py -m pip install pygame
Setup
Setting up in windows
Setting up on a stick
Setup
- expand on a stick
installing packages in winpython
- open the winpython command prompt from the main winpython directory
- run pip from there