Jump to content

Python: Difference between revisions

From Squirrel's Lair
Ttenbergen (talk | contribs)
No edit summary
Ttenbergen (talk | contribs)
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. {{#cargo_compound_query: tables=Project;fields=Project.mainImage,_pageName,shortDescription; where=Project.projectType HOLDS "Featured Project" and NOT(Project.projectType HOLDS "Personal Project") and Project.skillSet HOLDS 'Python' |tables=Project;fields=Project.mainImage,_pageName,shortDescription; where=Project.projectType HOLDS "Featured Project" and Project.projectType HOLDS "Personal Project" and Project.skillSet HOLDS 'Python' |tables=Project;fields=Project.mainImage,_pageName,shortDescription;where=NOT(Project.projectType HOLDS "Featured Project") and NOT(Project.projectType HOLDS "Personal Project") and Project.skillSet HOLDS 'Python' |tables=Project;fields=Project.mainImage,_pageName,shortDescription;where=NOT(Project.projectType HOLDS "Featured Project") and project.projectType HOLDS "Personal Project" and Project.skillSet HOLDS 'Python' |format=gallery |mode=traditional |caption field=shortDescription |alt field=_pageName |link field=_pageName |limit=1000 |show filename=0 |show bytes=0 |show dimensions=0 |default= }}