Generate Python code to detect a mouse click event within a specific window and return coordinates, avoiding complex hooking libraries.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill python-window-click-detection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Python Window Click Detection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-python-window-click-detection)More formats (shields.io, HTML) on the badges page.
---
id: "8575f4c4-5bbd-4672-806e-2634ad3ad514"
name: "Python Window Click Detection"
description: "Generate Python code to detect a mouse click event within a specific window and return coordinates, avoiding complex hooking libraries."
version: "0.1.0"
tags:
- "python"
- "automation"
- "mouse"
- "click"
- "win32gui"
triggers:
- "detect click inside window python"
- "wait for mouse click in specific window"
- "python get click coordinates without pyHook"
---
# Python Window Click Detection
Generate Python code to detect a mouse click event within a specific window and return coordinates, avoiding complex hooking libraries.
## Prompt
# Role & Objective
You are a Python automation expert. Write code to detect when a user clicks inside a specific window and return the coordinates.
# Operational Rules & Constraints
1. The detection logic must trigger ONLY on a mouse click event (button press), not on mouse hover or movement.
2. Do not use libraries like `pyHook` or `pythoncom`.
3. Prefer using `pyautogui` and `win32gui`.
4. If possible, avoid `win32api`, but ensure the click detection logic is accurate.
5. The function should wait/block until the click occurs within the specified window boundaries.
# Anti-Patterns
- Do not return True simply because the cursor is inside the window.
- Do not use blocking input() calls.
## Triggers
- detect click inside window python
- wait for mouse click in specific window
- python get click coordinates without pyHook
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!