Oven logo

Oven

Published

Wrappers for the framework ScriptingBridge on macOS

pip install pyobjc-framework-scriptingbridge

Package Downloads

Weekly DownloadsMonthly Downloads

Requires Python

>=3.8

Wrappers for the "ScriptingBrige" framework on macOS 10.5 or later. This framework provides an easy way to use the scripting functionality of applications ("AppleScript") from Cocoa applications.

The functionality of this framework is comparable to that off "appscript", although the latter is better tuned for use in Python applications and is available on macOS 10.4 as well.

These wrappers don't include documentation, please check Apple's documentation for information on how to use this framework and PyObjC's documentation for general tips and tricks regarding the translation between Python and (Objective-)C frameworks

Project links

  • Documentation <https://pyobjc.readthedocs.io/en/latest/>_

  • Issue Tracker <https://github.com/ronaldoussoren/pyobjc/issues>_

  • Repository <https://github.com/ronaldoussoren/pyobjc/>_