Tag

win32gui

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jun 6, 2022 · Fundamentals

Automating Minesweeper with Python and OpenCV: A Step‑by‑Step Tutorial

This tutorial explains how to build an automated Minesweeper solver on Windows using Python 3, OpenCV, win32gui, and PIL, covering environment setup, window capture, block segmentation, color‑based block classification, and a simple deterministic solving algorithm with full source code examples.

MinesweeperPythonautomation
0 likes · 11 min read
Automating Minesweeper with Python and OpenCV: A Step‑by‑Step Tutorial
360 Quality & Efficiency
360 Quality & Efficiency
Apr 8, 2022 · Fundamentals

Using Windows Messages for GUI Automation with Python

This article explains how Windows' event‑driven message system can be leveraged for stable GUI automation, covering window concepts, message queues, message types, and providing Python code examples that use win32gui to click buttons, select menus, and manipulate edit controls without relying on screen coordinates.

GUIMessage AutomationPython
0 likes · 14 min read
Using Windows Messages for GUI Automation with Python