From 278569baf66f3ed9222540888b479d37834a0dc4 Mon Sep 17 00:00:00 2001 From: Muhammad Noman Shaukat Date: Wed, 27 Feb 2019 23:32:09 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70819f4..b3d8ea5 100644 --- a/README.md +++ b/README.md @@ -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 |