pyobjc-framework-MediaAccessibility
Wrappers for the framework MediaAccessibility on macOS
What it is and what it does
This package wraps the macOS MediaAccessibility framework for use in Python via PyObjC. It allows Python developers on macOS to access native media accessibility APIs introduced in macOS 10.9, such as features for captioning, audio descriptions, and other accessibility options. The wrapper is part of the larger PyObjC project and provides direct bindings to Objective-C framework classes.
The package itself does not include standalone documentation; instead, it relies on Apple's official MediaAccessibility framework documentation combined with PyObjC's general documentation for guidance on translating between Python and Objective-C. It requires pyobjc-core and pyobjc-framework-Cocoa as dependencies and is actively maintained, supporting Python 3.10 through 3.15.
Use it for:
- Build macOS applications that need to query or configure media accessibility settings like closed captions.
- Integrate Python scripts with native macOS media accessibility features for automated testing or configuration.
- Develop accessibility-aware media players or tools that respect system-level accessibility preferences on macOS.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings for the macOS MediaAccessibility framework, enabling access to media accessibility features on macOS 10.9 and later.
Yes, if you are developing on macOS and need to access media accessibility framework features from Python. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and installs with low friction. It is only useful on macOS systems running Python 3.10 or later.
Install
pyobjc-framework-mediaaccessibility on PyPI
pip
pip install pyobjc-framework-mediaaccessibilityuv
uv add pyobjc-framework-mediaaccessibilitypoetry
poetry add pyobjc-framework-mediaaccessibilityInstalling pyobjc-framework-MediaAccessibility
Before you install
Low friction installation with a pure-wheel distribution. Actively maintained as of 3 days ago with recent commits and no known vulnerabilities. Requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies.
License in practice
MIT license permits commercial and private use with minimal restrictions, making it suitable for most projects.
Quickstart
pip install pyobjc-framework-mediaaccessibility
import MediaAccessibility
# Access MediaAccessibility framework classes and functions
macOS-only; requires Python 3.10 or later and a macOS system with the MediaAccessibility framework available.
Verify before relying
- Specific MediaAccessibility classes and methods exposed by this wrapper beyond framework availability.
- Whether documentation is available beyond Apple's official MediaAccessibility framework documentation.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 650,169/month — #5,568 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_mediaaccessibility-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, MediaAccessibility
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
appnopeDisables App Nap on macOS >= 10.9 to prevent…
permissive · top 5,000 on PyPI
pyobjc-framework-AVKitProvides Python bindings to macOS's AVKit…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaLibraryProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-AccessibilityProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaExtensionProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosProvides Python bindings to macOS's Photos…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaPlayerProvides Python bindings to macOS's MediaPlayer…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosUIProvides Python bindings to macOS's PhotosUI…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreMediaProvides Python bindings to macOS's CoreMedia…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaToolboxProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI