High-level application scripting package for Python
Appscript is a high-level, user-friendly MacPython to Apple event bridge that allows you to control scriptable Mac OS X applications using ordinary Python scripts. Appscript makes MacPython a serious alternative to Apple's own AppleScript language for automating your Mac.
Appscript is a high-level, user-friendly MacPython to Apple event bridge that allows you to control scriptable Mac OS X applications using ordinary Python scripts. Appscript makes MacPython a serious alternative to Apple's own AppleScript language for automating your Mac.
To install py310-appscript, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-appscript
To see what files were installed by py310-appscript, run:
port contents py310-appscript
To later upgrade py310-appscript, run:
sudo port selfupdate && sudo port upgrade py310-appscript
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.