"Appscript is a high-level, user-friendly Apple event bridge that allows you to control scriptable Mac OS X applications from Python, Ruby and Objective-C."
I have installed py-appscript with the following command:
- Code: Select all
sudo easy_install appscript
I would like to use it inside a plugin:
- Code: Select all
from appscript import *
Is this possible?
If so, how?
Thanks