Skip to content

Update README.md #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Examples of automation of excel via python, and related useful things

| script | platform(s) it works on | what it does |
| ------------- | ------------- | ------------- |
| 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 |
| copyPaste.py | windows | uses win32com to append one xlsx to another, then saves to csv |
| findPhotoWithinPhoto.py | both | uses opencv to find the location of an image within another image. useful for gui automation |
| openpyxlTest.py | both | uses openpyxl to generate a spreadsheet |
Expand Down