All Projects → drov0 → Python Imagesearch

drov0 / Python Imagesearch

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Imagesearch

Terrible
An Ansible playbook that apply the principle of the Infrastructure as Code on a QEMU/KVM environment.
Stars: ✭ 161 (-3.59%)
Mutual labels:  automation
Zerodoor
A script written lazily for generating cross-platform backdoors on the go :)
Stars: ✭ 163 (-2.4%)
Mutual labels:  automation
Sherpa
Sherpa is a highly available, fast, and flexible horizontal job scaling for HashiCorp Nomad. It is capable of running in a number of different modes to suit different requirements, and can scale based on Nomad resource metrics or external sources.
Stars: ✭ 165 (-1.2%)
Mutual labels:  automation
Kasaya
A "WYSIWYG" (sort of) scripting language and runtime for browser automation
Stars: ✭ 1,906 (+1041.32%)
Mutual labels:  automation
Candymail
Email Automations for Node.js
Stars: ✭ 163 (-2.4%)
Mutual labels:  automation
Homebridge Homematic
Homematic plugin for homebridge: https://github.com/nfarina/homebridge
Stars: ✭ 163 (-2.4%)
Mutual labels:  automation
Dro Matic
Fully Automated Hydroponic OS for DIY DRO-Matic cabinets - Nutrient dosing, irrigation, topoffs, timers, EC & pH drift fixing.
Stars: ✭ 160 (-4.19%)
Mutual labels:  automation
Python devops book
[Book-2020] Python For DevOps: Learn Ruthlessly Effective Automation
Stars: ✭ 166 (-0.6%)
Mutual labels:  automation
Node Ethernet Ip
A Lightweight Ethernet/IP API written to interface with Rockwell ControlLogix/CompactLogix Controllers.
Stars: ✭ 163 (-2.4%)
Mutual labels:  automation
Lares
R Library for Analytics and Machine Learning
Stars: ✭ 164 (-1.8%)
Mutual labels:  automation
Netbox As Ansible Inventory
Ansible dynamic inventory script for Netbox.
Stars: ✭ 161 (-3.59%)
Mutual labels:  automation
Crud
CRUD is Really Urgly coDed -- 万能快速原型系统
Stars: ✭ 162 (-2.99%)
Mutual labels:  automation
Gatling Maven Plugin Demo
Showcase of the Gatling Plugin for Maven
Stars: ✭ 162 (-2.99%)
Mutual labels:  automation
Autospotting
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Stars: ✭ 2,014 (+1105.99%)
Mutual labels:  automation
Alfred Workflows
Amazing Alfred Workflows
Stars: ✭ 2,163 (+1195.21%)
Mutual labels:  automation
Itunes Remote
Remotely control iTunes on Mac without Internet 🎶📱
Stars: ✭ 160 (-4.19%)
Mutual labels:  automation
Ansible Raspi Playbooks
Playbooks for setup and updating of raspberry pi projects.
Stars: ✭ 162 (-2.99%)
Mutual labels:  automation
Licenseplatedetector
Detects license plate of car and recognizes its characters
Stars: ✭ 165 (-1.2%)
Mutual labels:  image-recognition
Xlwings
xlwings is a BSD-licensed Python library that makes it easy to call Python from Excel and vice versa. It works with Microsoft Excel on Windows and macOS.
Stars: ✭ 2,181 (+1205.99%)
Mutual labels:  automation
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (-2.4%)
Mutual labels:  image-recognition

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].