Skip to content

Commit 6e5175c

Browse files
committed
Added PyMonCtl module to improve multi-monitor capabilities (macOS multi-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)
1 parent f7c2b98 commit 6e5175c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

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

7-
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.
8-
97
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.
108

9+
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.
10+
1111
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.
1212

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

0 commit comments

Comments
 (0)