Python: Difference between revisions

From Squirrel's Lair
No edit summary
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
.


== Windows automation ==
== Windows automation ==
Line 29: Line 28:
[[Category:Toolbox]]
[[Category:Toolbox]]
[[Category:Software]]
[[Category:Software]]
[[Category:Office Automation]]

Revision as of 20:24, 2021 October 5

IDE

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

Windows automation

Windows interface automation using Python

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