Tagged articles
10 articles
Page 1 of 1
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.

AICaptchaComputer Vision
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
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.

game-assistantimage-processingpyautogui
0 likes · 8 min read
Python Assistant for QQ LianLianKan Game – Environment Setup and Full Implementation
MaGe Linux Operations
MaGe Linux Operations
Sep 28, 2021 · Operations

Automate Your Desktop with Python: A Complete PyAutoGUI Guide

This article introduces PyAutoGUI, a cross‑platform Python library for controlling mouse, keyboard, dialogs and screenshots, shows how to install it, explains its coordinate system, outlines core functions, and provides practical code examples for drawing and image‑based automation.

Code ExamplesDesktop AutomationPython
0 likes · 5 min read
Automate Your Desktop with Python: A Complete PyAutoGUI Guide
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 14, 2021 · Operations

Automate WeChat Moments Extraction with PyWinAuto and PyAutoGui

This article demonstrates how to use Python's PyWinAuto and PyAutoGui libraries to automatically control the WeChat desktop client, open the Moments window, inspect its UI hierarchy, and extract post content, providing a lightweight alternative to manual scraping or complex hook-based methods.

PyWinAutoUI automationWeChat
0 likes · 6 min read
Automate WeChat Moments Extraction with PyWinAuto and PyAutoGui