Metadata-Version: 2.4
Name: osascript2
Version: 1.0.0
Summary: A tiny python osascript wrapper
License: GPLv3
Project-URL: Homepage, https://github.com/zwimer/osascript2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# osascript2
A tiny python osascript wrapper; a modernized version of the original [osascript](https://github.com/andrewpetrochenkov/osascript.py) package which now has packaging issues due to age.

Install via:
```bash
pip install osascript2
```

```python
import osascript

osascript.run('display dialog "42"')
```
