Python: Difference between revisions

From Squirrel's Lair
No edit summary
No edit summary
Line 1: Line 1:
.
== IDE ==
* Idle
* run program with the "Run" in the file menu
 
==User Interface Automation==
==User Interface Automation==
A rating:  https://github.com/pywinauto/pywinauto/wiki/UI-Automation-tools-ratings
A rating:  https://github.com/pywinauto/pywinauto/wiki/UI-Automation-tools-ratings

Revision as of 12:14, 2021 April 23

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