Skip to content

A wrapper around opencv2 and pyautogui to do image searching easily.

License

Notifications You must be signed in to change notification settings

anthonyivol/python-imagesearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-ImageSearch

it's a wrapper around pyautogui and opencv2, to allow you to easily add cross-platform image searching capabilities to your project.

See example.py for examples. If you have any questions feel free to contact me.

Documentation : https://steemit.com/python/@howo/image-recognition-for-automation-with-python

Install :

Linux :

sudo pip3 install python3-xlib

sudo apt-get install scrot

sudo apt-get install python3-tk

sudo apt-get install python3-dev

sudo apt-get install opencv-python

sudo pip3 install -r requirements.txt

Windows :

pip3 install -r requirements.txt

About

A wrapper around opencv2 and pyautogui to do image searching easily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%