Skip to main content

Simple python library useful for automating tasks using images.

Project description

Gui automation

Simple python library useful for automating tasks using images.

It uses OpenCV and PyAutoGui. Made for Python 3.7+.

  • Little example:
import cv2
import gui_automation as ga

tpl = cv2.imread("tests/images/tpl/win10key.png")
ga.detect_and_click(tpl, 0.8)

It searches windows 10 key image in the screen with a 80% of coincidence at least. If it is found it gets clicked (opens windows 10 start menu).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gui_automation-0.21.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

gui_automation-0.21-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page