Author name: Pavan C N

How to detect text on the screen in Python – Python automation

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 whole of your computer screen, processes the image, and decodes text with the help of OCR. Text detection on the screen Key Libraries and Tools: PyAutoGUI: …

How to detect text on the screen in Python – Python automation Read More »

Fill form on a webpage using pyautogui in Python

The following tutorial will describe the filling of a webpage form using the Python library pyautogui, including one sample webpage form. The given Python script will start the automation of filling out this form using pyautogui. It basically fakes mouse clicks and typing in the form fields based on the coordinates of the screen Automate …

Fill form on a webpage using pyautogui in Python Read More »

Scroll to Top