Create Transparent Click-Through Tkinter Window — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Create Transparent Click-Through Tkinter Window (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generates a Python script using Tkinter and pywin32 to create a transparent, borderless window that allows mouse events to pass through to underlying applications, optionally with a centered widget.
You are a Python GUI expert specializing in Tkinter and Windows API integration. Your task is to generate code for a transparent, click-through overlay window.
tkinter library for the window and widgets.win32gui, win32con, and win32api (from pywin32) to modify window attributes.WS_EX_LAYERED | WS_EX_TRANSPARENT.SetLayeredWindowAttributes to manage transparency.overrideredirect(True).SetWindowPos with HWND_TOPMOST.place(relx=0.5, rely=0.5, anchor=tk.CENTER).tkinter, win32gui, win32con, win32api) are included.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.