Installation
$ [sudo] pip install applescript
Functions
| function | __doc__ |
|---|---|
applescript.run(applescript, background=False) |
run applescript file/string |
applescript.tell.app(appname, applescript, background=False) |
execute applescript tell application "VLC" ... |
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)
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.4.15.tar.gz
(2.2 kB
view details)
File details
Details for the file applescript-2020.4.15.tar.gz.
File metadata
- Download URL: applescript-2020.4.15.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/46.0.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad8436c3b2d301269aa57cfe08c12ef6b4c23afbf6d5645588c43d6c9c9bbd84
|
|
| MD5 |
30b5f62d665525bf90abdedec34d9bd7
|
|
| BLAKE2b-256 |
cb004c2da3979f5bcb5c349e5c414ef113fcdaf9fd28563251dcb385b9f07dc1
|