Python: Difference between revisions

From Squirrel's Lair
Line 21: Line 21:
* to get selenium 4
* to get selenium 4
**https://pypi.org/project/selenium/4.0.0a6.post2/#history
**https://pypi.org/project/selenium/4.0.0a6.post2/#history
== pip ==
* <code>py -m pip install --upgrade pip</code>


== PyGame ==
== PyGame ==

Revision as of 09:04, 2021 April 23

User Interface Automation

A rating: https://github.com/pywinauto/pywinauto/wiki/UI-Automation-tools-ratings

PyAutoGUI

find a screen shot: pyautogui.locateOnScreen('findonscreen.png')


Pywinauto

Haven't tried this one, seems second most favourite


Browser manipulation

pip

  • py -m pip install --upgrade pip

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