Python: Difference between revisions

From Squirrel's Lair
No edit summary
No edit summary
Tag: Manual revert
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Setting up in windows==
{{Skillset|Description=We have programmed some of our [[Raspberry Pi]] and [[Office Automation]] [[Projects]] in Python. }}
* https://www.python.org/downloads/windows/


== Setting up on a stick ==
* https://sourceforge.net/projects/winpython/
Setup
* expand on a stick


? how to install ppyautogui
[[Category:Python| * ]]
 
[[Category:Toolbox]]
==User Interface Automation==
[[Category:Software]]
A rating: https://github.com/pywinauto/pywinauto/wiki/UI-Automation-tools-ratings
[[Category:Office Automation]]
 
[[Category:Raspberry Pi]]
=== PyAutoGUI ===
* https://pyautogui.readthedocs.io/en/latest/quickstart.html
* https://automatetheboringstuff.com/chapter18/
 
find a screen shot:  
pyautogui.locateOnScreen('findonscreen.png')
 
===Pywinauto===
*https://pywinauto.readthedocs.io/en/latest/
 
 
 
 
 
== Browser manipulation ==
* https://www.selenium.dev/documentation/en/webdriver/
** https://www.selenium.dev/documentation/en/webdriver/browser_manipulation/
* to get selenium 4
**https://pypi.org/project/selenium/4.0.0a6.post2/#history

Latest revision as of 17:32, 2021 November 22

We have programmed some of our Raspberry Pi and Office Automation Projects in Python.

Click any of the images for more about that project.