forked from ohe/python-applescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
21 lines (14 loc) · 836 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
python-applescript 0.1
by Olivier Hervieu <[email protected]>.
The goal of this project is to provide a very small library that is able to
launch applescript scripts.
This work is based on the perl module MAC::Applescript written by Dan Sugalski
<[email protected]>, many thanks to him.
The module implements one method called 'launch_script'. This method takes
one parameters : the script as a string.
It returns the output of the executed script as a string.
If the script contains errors, it raises an applescript.AppleScriptError
exception. See examples directory to see how it works.
This software is licensed by the MIT License (see LICENSE), except for ez_setup.py,
that is a part of setuptools, licenced under ZPL (Zope Public Licence).
Please report all bugs and ask your questions at <[email protected]>.