Tag

pyautogui

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 26, 2023 · Artificial Intelligence

Using AI and RPA to Solve Slider Captcha: A Practical Implementation with YOLOv8 and PyAutoGUI

This article demonstrates how to combine AI‑based object detection (YOLOv8) with robotic process automation (pyautogui) to automatically locate, drag and release slider captchas, covering data preparation, model training, screen capture, coordinate extraction, mouse simulation, and robustness improvements.

AIRPAYOLOv8
0 likes · 15 min read
Using AI and RPA to Solve Slider Captcha: A Practical Implementation with YOLOv8 and PyAutoGUI
Python Programming Learning Circle
Python Programming Learning Circle
Jun 6, 2023 · Game Development

Python‑Based Recoil Compensation for PUBG Using Image Recognition and Mouse Automation

This article explains how to build a Python tool that automatically compensates weapon recoil in PUBG by capturing the screen, recognizing equipment with OpenCV and SSIM, and moving the mouse via pynput, pyautogui, and pydirectinput based on weapon data and user input.

Game AutomationImage RecognitionRecoil Compensation
0 likes · 11 min read
Python‑Based Recoil Compensation for PUBG Using Image Recognition and Mouse Automation
Python Programming Learning Circle
Python Programming Learning Circle
Apr 20, 2022 · Game Development

Python Assistant for QQ LianLianKan Game – Environment Setup and Full Implementation

This article presents a Python-based assistant for the QQ LianLianKan game, detailing environment setup, required modules, and a full script that captures the game window, analyzes tile colors, determines removable pairs, and automates mouse clicks to solve the puzzle, intended for learning purposes only.

automationgame-assistantimage processing
0 likes · 8 min read
Python Assistant for QQ LianLianKan Game – Environment Setup and Full Implementation
IT Services Circle
IT Services Circle
Feb 18, 2022 · Backend Development

Two 5‑Line Python Projects: Prevent Screen Sleep and Scrape Table Data

This tutorial demonstrates two concise Python projects—using pyautogui to keep the computer awake by moving the mouse and employing pandas to scrape tabular data from a website—each implemented with roughly five lines of code and explained step by step.

Web Scrapingautomationdata analysis
0 likes · 5 min read
Two 5‑Line Python Projects: Prevent Screen Sleep and Scrape Table Data
Python Programming Learning Circle
Python Programming Learning Circle
Oct 14, 2021 · Operations

Automating WeChat Message Sending at Midnight with Python, pyautogui, and APScheduler

This tutorial demonstrates how to use Python's pyautogui and APScheduler libraries to automatically open WeChat, locate the chat window, type a message, and send it at a scheduled midnight time, providing a practical example of desktop automation and task scheduling.

SchedulingWeChatapscheduler
0 likes · 8 min read
Automating WeChat Message Sending at Midnight with Python, pyautogui, and APScheduler
Python Programming Learning Circle
Python Programming Learning Circle
Sep 7, 2021 · Operations

Using PyAutoGUI for Cross‑Platform GUI Automation in Python

This article introduces PyAutoGUI, a cross‑platform Python library for automating mouse and keyboard actions, explains its coordinate system, outlines key functions for mouse, keyboard, dialogs, and screenshots, and provides practical code examples for drawing and image‑based button clicking.

cross-platformgui-automationkeyboard-mouse
0 likes · 5 min read
Using PyAutoGUI for Cross‑Platform GUI Automation in Python