Python: Difference between revisions

From Squirrel's Lair
No edit summary
Line 2: Line 2:
* Idle
* Idle
* run program with the "Run" in the file menu
* run program with the "Run" in the file menu
.


==User Interface Automation==
==User Interface Automation==

Revision as of 07:26, 2021 April 24

IDE

  • Idle
  • run program with the "Run" in the file menu

.

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

  • py -m pip install pygame
  • py -m pip install --upgrade 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