Here is a problem I had the other day: I have 2 screens and I had to convert in between the coordinates systems from one screen to another. I also had to know on which screen I am currently on. I wrote a little python screen coordinates module that makes screen coordinates handling and coordinate transfers easier.
Functionality
- Display all screens with left top right bottom coordinates
- Coordinate transfer in between screen coordinate systems
- Hittest to determine on which screen a point is on. Default point = current mouse position. Needs WxPythonW.
- Show little message on each screen with number for easier display identification. Needs WxPythonW.
Python version
2.6
Python modules required
WxPython to show screen numbers (not required for basic functionality)
License
GNU GENERAL PUBLIC LICENSE