Metadata-Version: 2.1
Name: osascript
Version: 2018.11.20
Summary: osascript (AppleScript) python implementation (MacOS)
Home-page: https://github.com/looking-for-a-job/osascript.py
License: UNKNOWN
Keywords: osascript applescript osx
Platform: UNKNOWN
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Requires-Dist: only
Requires-Dist: public
Requires-Dist: runcmd
Requires-Dist: setuptools
Requires-Dist: temp

[![](https://img.shields.io/badge/OS-MacOS-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/pyversions/osascript.svg?longCache=True)](https://pypi.org/pypi/osascript/)

#### Install
```bash
$ [sudo] pip install osascript
```

#### Functions
function|description
-|-
`osascript.osascript(applescript, background=False)`|run applescript file/code. deprecated
`osascript.run(applescript, background=False)`|run applescript file/code

#### Examples
```python
>>> import osascript

>>> code,out,err = osascript.run('display dialog "42"')
```

#### Links
+   [osascript(1) Mac OS X Manual Page](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/osascript.1.html)

<p align="center"><a href="https://pypi.org/project/readme-md/">readme-md</a> - README.md generator</p>

