We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ad559 commit 278569bCopy full SHA for 278569b
README.md
@@ -6,7 +6,7 @@ Examples of automation of excel via python, and related useful things
6
7
| script | platform(s) it works on | what it does |
8
| ------------- | ------------- | ------------- |
9
-| autoclicker.py | linux | uses GTK to check a pixel on the screen. if it's a specified color, the script does a left mouse click |
+| autoclicker.py | linux+Windows | uses GTK to check a pixel on the screen. if it's a specified color, the script does a left mouse click |
10
| copyPaste.py | windows | uses win32com to append one xlsx to another, then saves to csv |
11
| findPhotoWithinPhoto.py | both | uses opencv to find the location of an image within another image. useful for gui automation |
12
| openpyxlTest.py | both | uses openpyxl to generate a spreadsheet |
0 commit comments