On 23/03/2015 1:43 PM, Michael Torrie wrote:
As near as I can tell the standard go-to utility for this is a program
called AutoIt. https://www.autoitscript.com/site/autoit/
Nothing to do with Python, and its scripting language is maybe not that
appealing to many, but it does the job, and does it pretty well.
Actually, it's not *entirely* unrelated, as there's a Python wrapper for it:
https://pypi.python.org/pypi/PyAutoIt/0.3
It's 2.7 only, though, so if 3.x is required, it's also possible to
create your own wrapper using win32com:
http://stackoverflow.com/questions/151846/get-other-running-processes-window-sizes-in-python/155587#155587
--
https://mail.python.org/mailman/listinfo/python-list