Jump to content

Python: Difference between revisions

From Squirrel's Lair
Ttenbergen (talk | contribs)
No edit summary
Ttenbergen (talk | contribs)
Line 32: Line 32:
* expand on a stick
* expand on a stick
==== installing packages in winpython ====
==== installing packages in winpython ====
pip is in scripts directory, need to run it from there.
* open the winpython command prompt from the main winpython directory
* run pip from there

Revision as of 15:54, 2020 July 13

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


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