Installation
$ [sudo] pip install applescript
Examples
>>> import applescript
>>> r = applescript.run('return 1')
>>> r = applescript.run('path/to/file.applescript')
>>> r.code
0
>>> r.out
'hello world'
>>> r.err
''
tell application "appname"
>>> applescript.tell.app("Terminal",'do script "ls"')
>>> applescript.tell.app("Terminal",'do script "ls"',background=True)
javascript (JXA)
>>> applescript.run('...',javascript=True)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
applescript-2020.12.3.tar.gz
(2.0 kB
view details)
File details
Details for the file applescript-2020.12.3.tar.gz.
File metadata
- Download URL: applescript-2020.12.3.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9667c06e4d224093176771159f0d4a579498d80fafe58b7cba66766538c41c14
|
|
| MD5 |
39905111fc47b73351f96a5f2e264475
|
|
| BLAKE2b-256 |
0886a021b0387963c085e7ed3c160320ddb116f39d7f59be16764d53b5d26ed1
|