asweigart/PyGetWindow

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

brockbrownwork opened this issue · 1 comments

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:

Hi! I'm affraid this module is not getting support anymore. This is why I decided to fork it and work on a new version. Check this if you are interested, and please let me know your comments:
https://github.com/Kalmat/PyWinCtl
https://pypi.org/project/PyWinCtl/