asweigart / PyGetWindow

A simple, cross-platform module for obtaining GUI information on applications' windows.
BSD 3-Clause "New" or "Revised" License
362 stars 69 forks source link

Added Linux and macOS support #46

Closed Kalmat closed 3 years ago

Kalmat commented 3 years ago

Added:

This hopefully completes the PyGetWindow module multi-platform "promisse", as well as it could be a good complement for PyAutoGUI.

Please let me know your comments / issues / thoughts... everything is welcome, including some help to test in "real" installs (tested mostly on virtual machines) and "real" use cases. Some profound debate is also welcome about some decissions I made, since I am not the original author, and I am not aware of the functionalities which other users might be expecting.

Special thanks to macdeport for his help and moral support!