asweigart / asweigart/PyGetWindow

This is not getting windows that are minimized, maybe because this only gets "visible" windows?

Open
#50 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
422
Forks
73
PR merge metrics
No merged PRs in 30d

Description

This module is only getting windows that aren't already minimized. I would like an option to also search through the minimized windows. Maybe this has something to do with the fact that this is only searching through "visible" windows...
> if ctypes.windll.user32.IsWindowVisible(hWnd) != 0:

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.