osascript.py icon indicating copy to clipboard operation
osascript.py copied to clipboard

:apple: :snake: osascript (AppleScript) python implementation

Results 2 osascript.py issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for creating this, it looks like a cool project. I tried running the example command that you have on your `README.md` from inside a virtualenv that had a...

you show how to return a result to a dialog box on screen e.g code,out,err = osascript.run('display dialog "Finished"') I would like to return a result such as a string...