Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drov0/python-imagesearch
A wrapper around opencv2 and pyautogui to do image searching easily.
https://github.com/drov0/python-imagesearch
automation image-recognition python
Last synced: 3 months ago
JSON representation
A wrapper around opencv2 and pyautogui to do image searching easily.
- Host: GitHub
- URL: https://github.com/drov0/python-imagesearch
- Owner: drov0
- License: mit
- Created: 2017-08-30T13:06:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T20:30:31.000Z (12 months ago)
- Last Synced: 2024-09-19T05:08:47.478Z (4 months ago)
- Topics: automation, image-recognition, python
- Language: Python
- Size: 303 KB
- Stars: 279
- Watchers: 21
- Forks: 98
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - drov0/python-imagesearch - A wrapper around opencv2 and pyautogui to do image searching easily. (Python)
README
# 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 the documentation for examples. If you have any questions feel free to contact me.
Documentation : https://brokencode.io/how-to-easily-image-search-with-python/
This is the currently maintained package, so if you've come from
https://pypi.org/project/python-imagesearch-drov0/you are at the right place
## Easy Example:
## Install:
> pip install python-imagesearch
You may need to install dependencies depending on your OS:
### Linux :
```
sudo pip3 install python3-xlib
sudo apt-get install scrot python3-tk python3-dev python3-opencv
```
### Windows :No setup should be needed
### MacOs :
```
brew install opencv
pip3 install -U pyobjc-core
pip3 install -U pyobjc
```
I have not tested myself as I don't own a mac, but it was tested and documented in this issue : https://github.com/drov0/python-imagesearch/issues/5