Python: Difference between revisions

From Squirrel's Lair
No edit summary
No edit summary
Tag: Manual revert
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Skillset|Description=We have programmed some of our [[Raspberry Pi]] and [[Office Automation]] [[Projects]] in Python.  }}


==User Interface Automation==
A rating:  https://github.com/pywinauto/pywinauto/wiki/UI-Automation-tools-ratings


=== PyAutoGUI ===
[[Category:Python| * ]]
* https://pyautogui.readthedocs.io/en/latest/quickstart.html
[[Category:Toolbox]]
* https://automatetheboringstuff.com/chapter18/
[[Category:Software]]
 
[[Category:Office Automation]]
find a screen shot:
[[Category:Raspberry Pi]]
pyautogui.locateOnScreen('findonscreen.png')
 
 
===Pywinauto===
Haven't tried this one, seems second most favourite
*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
 
 
== Setup ==
===Setting up in windows===
* https://www.python.org/downloads/windows/
 
=== Setting up on a stick ===
* https://sourceforge.net/projects/winpython/
Setup
* expand on a stick
==== installing packages in winpython ====
pip is in scripts directory, need to run it from there.

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.