pyobjc-framework-ScreenCaptureKit
Wrappers for the framework ScreenCaptureKit on macOS
What it is and what it does
This package wraps Apple's ScreenCaptureKit framework for use in Python via PyObjC. ScreenCaptureKit is a modern macOS framework for capturing screen content, and this wrapper translates its Objective-C API into Python bindings. It sits on top of three core PyObjC dependencies (pyobjc-core, pyobjc-framework-CoreMedia, and pyobjc-framework-Cocoa) and requires Python 3.10 or later.
The package does not include its own documentation; instead, users are expected to consult Apple's official ScreenCaptureKit documentation alongside PyObjC's general translation guidelines. This is a thin binding layer rather than a high-level abstraction, so developers using it need familiarity with both the underlying framework and PyObjC's bridging conventions.
Use it for:
- Build screen recording applications on macOS that capture display content programmatically
- Create screenshot utilities that integrate with macOS native capture capabilities
- Develop remote desktop or screen-sharing tools for macOS platforms
- Implement automated UI testing frameworks that capture screen state during test execution
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's ScreenCaptureKit framework, enabling screen and window capture functionality through PyObjC.
Yes, if you are developing on macOS and need programmatic access to ScreenCaptureKit. The package is actively maintained, carries no known vulnerabilities, and uses a permissive MIT license. Install friction is moderate due to platform specificity and dependency chain, but this is inherent to PyObjC framework bindings. Not applicable on non-macOS systems.
Install
pyobjc-framework-screencapturekit on PyPI
pip
pip install pyobjc-framework-screencapturekituv
uv add pyobjc-framework-screencapturekitpoetry
poetry add pyobjc-framework-screencapturekitInstalling pyobjc-framework-ScreenCaptureKit
Before you install
Medium install friction: platform-specific wheels for macOS only (requires Python 3.10+), with three PyObjC framework dependencies. Released actively—latest version is 3 days old. Repository is actively maintained with recent commits.
License in practice
MIT license permits commercial and private use with minimal restrictions, making it suitable for most projects.
Quickstart
pip install pyobjc-framework-screencapturekit
import ScreenCaptureKit
# Access ScreenCaptureKit framework objects through PyObjC bindings
macOS only; requires Python 3.10 or later; depends on pyobjc-core, pyobjc-framework-CoreMedia, and pyobjc-framework-Cocoa
Verify before relying
- Whether the bindings cover the full ScreenCaptureKit API surface or a subset
- Performance characteristics for real-time screen capture workloads
- Compatibility with specific macOS versions beyond the wheel metadata
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 3 — pyobjc-core, pyobjc-framework-CoreMedia, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 658,715/month — #5,467 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_screencapturekit-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_screencapturekit-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_screencapturekit-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_screencapturekit-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_screencapturekit-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_screencapturekit-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_screencapturekit-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_screencapturekit-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_screencapturekit-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, ScreenCaptureKit
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
pyobjc-framework-ImageCaptureCoreProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ReplayKitProvides Python bindings to Apple's ReplayKit…
permissive · top 15,000 on PyPI
pyobjc-framework-AVFoundationProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-CinematicProvides Python bindings for Apple's Cinematic…
permissive · top 15,000 on PyPI
mssCaptures screenshots from one or all monitors…
permissive · top 5,000 on PyPI
pyobjc-framework-ScreenSaverProvides Python bindings to macOS's ScreenSaver…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenTimeProvides Python bindings to Apple's ScreenTime…
permissive · top 15,000 on PyPI
pyobjc-framework-DiscRecordingUIProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-ExtensionKitProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafetyKitProvides Python bindings to macOS's SafetyKit…
permissive · top 15,000 on PyPI