About 18,300,000 results
Open links in new tab
  1. Using PIL (Python Image Library) to detect image on screen

    Dec 7, 2014 · I recommend you give a look on PyAutoGUI, a well documented library to control mouse and keyboard, also can locate imagens on screen, find the position, move the mouse …

  2. How can I locate something on my screen quickly in Python?

    I've tried using the pyautogui module and i's function that locates an image on the screen. but it's processing time is about 5-10 seconds. Is there any other way for me to locate an image on …

  3. Python | Using PIL ImageGrab and PyTesseract - GeeksforGeeks

    Oct 13, 2019 · ImageGrab is a Python module that helps to capture the contents of the screen. PyTesseract is an Optical Character Recognition (OCR) tool for Python. Together they can be …

  4. Use python to identify elements at screen - Stack Overflow

    May 31, 2020 · If you're just looking to identify the peaks in the graph, you can take a screenshot of the display at regular intervals using Sikuli or PyScreenshot and then use template …

  5. How to detect text on the screen in PythonPython automation

    Sep 21, 2024 · The following tutorial details how to identify text on screen using Python libraries. The following identifies text on screen using Tesseract. It captures an image of any portion or …

  6. Real-Time Object Recognition From your Screen Desktop

    Jan 14, 2022 · In this post, I will explain how to build a simple program to detect objects from your desktop computer. We will see how using OpenCV and Python, we can detect objects by …

  7. Detect text from the screen and click on it in Python

    In this tutorial, I will show you how to detect text on the screen and then click on it with the help of Python programming. For example, you may want to click on an anchor link on a website and …

  8. Image Recognition with Pyautogui - CodersLegacy

    First we need to understand how exactly image recognition works in Pyautogui. Simply put, PyAutoGUI has a variety of “locate” functions, which take a source image as a parameter, and …

  9. Scan for a image on the screen using Python - coderspacket.com

    Sep 25, 2024 · In this tutorial, we shall learn how to automatically detect an image on your screen using Python. We’ll manage to create an efficient means of searching for any image on the …

  10. Detect an object with OpenCV-Python - GeeksforGeeks

    Apr 13, 2025 · In this article we explored how to perform object detection using OpenCV-Python with Haar Cascades. Haar Cascades are an efficient and fast method for detecting objects in …

  11. Some results have been removed
Refresh