On 6/30/2016 3:22 PM, maitlandmontmore...@gmail.com wrote:
I'd like to use Python to do some simple OSX GUI manipulations such
as automatically arranging windows, periodically refreshing
applications across multiple desktops, etc..  Is this possible and if
so, is there a preferred package?

Cpython comes with about 16 *nix-specifio modules, 4 Window-specific modules, and none for Mac. People doing serious Windows-specific work usually download other packages. Unless you can do everything you want by calling system utilities via subprocess, you will have to to the same.

Seeking FMs to RT, so to speak.

????

--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to