Skip to content

Commit

Permalink
Added PyMonCtl module to improve multi-monitor capabilities (macOS mu…
Browse files Browse the repository at this point in the history
…lti-monitor still pending), added setParent() method. Reorganized to avoid IDEs showing external and / or private elements

WINDOWS: Simplified alwaysOnBottom(), found a smarter way to refresh window after bringing it back with sendBehind()
MACOSNSWINDOW: Added experimental acceptInput() method (not possible in AppleScript version)
  • Loading branch information
Kalmat committed Aug 28, 2023
1 parent f7c2b98 commit 6e5175c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

Cross-Platform module to get info on and control windows on screen.

This module is a Python 3 evolution from [asweigart's PyGetWindow module](https://github.com/asweigart/PyGetWindow), which adds Linux and macOS support to the MS Windows-only original module, experimental multi-monitor support (*), and many additional features; in the hope others can use it, test it or contribute.

With PyWinCtl you can retrieve info or control windows from other open applications, as well as use it as a cross-platform toolkit to manipulate your own application windows.

This module is a Python 3 evolution from [asweigart's PyGetWindow module](https://github.com/asweigart/PyGetWindow), which adds Linux and macOS support to the MS Windows-only original module, experimental multi-monitor support (*), and many additional features; in the hope others can use it, test it or contribute.

My most sincere thanks and acknowledgement to [MestreLion](https://github.com/MestreLion), [super-ibby](https://github.com/super-ibby), [Avasam](https://github.com/Avasam), [macdeport](https://github.com/macdeport) and [holychowders](https://github.com/holychowders) for their help and moral boost.

(*) _Multi-monitor is still experimental, especially in macOS in which intensive tests are still pending_
Expand Down

0 comments on commit 6e5175c

Please sign in to comment.