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-2019.3.22.tar.gz
(1.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file applescript-2019.3.22.tar.gz.
File metadata
- Download URL: applescript-2019.3.22.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc82da98d229ad978d693f07c61864fe4d958113fa82e393b66af84a738c55cb
|
|
| MD5 |
dd002c58c5cd352ae6cfba1307a2810c
|
|
| BLAKE2b-256 |
dd8df98b8dc7c95ce71b560394e0413d9fe2929b6087d017b283ecc43b66311a
|
File details
Details for the file applescript-2019.3.22-py2.py3-none-any.whl.
File metadata
- Download URL: applescript-2019.3.22-py2.py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
174cadec21c48d1759d61d4afed3464df1c1ba56a96d3b30524193f0f092289f
|
|
| MD5 |
c02e7eb5eb26001a3e24008ccc4b1aaf
|
|
| BLAKE2b-256 |
95bf0449b93c64483f56497511a95489868464a86d3c3c625a556d09144324a2
|