pyobjc-framework-ScreenSaver
Wrappers for the framework ScreenSaver on macOS
What it is and what it does
This package wraps the native macOS ScreenSaver framework, making it accessible from Python code. It allows developers to write custom screensaver modules that integrate directly with macOS's screensaver system, rather than building screensavers from scratch using lower-level APIs.
The package is part of the larger PyObjC project and provides thin bindings to the underlying Objective-C framework. It has no built-in documentation of its own; users must consult Apple's official ScreenSaver framework documentation and PyObjC's general documentation to understand how to translate Objective-C patterns into Python code. The package depends on pyobjc-core and pyobjc-framework-Cocoa, and is actively maintained with support for Python 3.10 through 3.15.
Use it for:
- Build a custom macOS screensaver that displays live data, animations, or system information.
- Create a branded screensaver for distribution to macOS users as part of a larger application.
- Prototype screensaver behavior in Python before porting to native Objective-C if performance requires it.
- Integrate Python-based graphics or logic into a screensaver that runs in the macOS screensaver system.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's ScreenSaver framework, enabling you to write custom screensaver modules in Python that integrate with the native macOS screensaver system.
Yes, if you are developing a custom screensaver for macOS and prefer to work in Python. The package is actively maintained, has no known vulnerabilities, and carries a permissive license. Install friction is moderate due to platform specificity and native compilation, but this is unavoidable for macOS framework bindings. Not applicable for non-macOS development.
Install
pyobjc-framework-screensaver on PyPI
pip
pip install pyobjc-framework-screensaveruv
uv add pyobjc-framework-screensaverpoetry
poetry add pyobjc-framework-screensaverInstalling pyobjc-framework-ScreenSaver
Before you install
Medium install friction due to platform-specific wheels (macOS only, multiple Python versions). Actively maintained with recent releases; depends on pyobjc-core and pyobjc-framework-Cocoa, which are standard PyObjC dependencies.
License in practice
MIT license is permissive; you can use, modify, and distribute this package with minimal restrictions, making it suitable for both open-source and proprietary projects.
Quickstart
pip install pyobjc-framework-screensaver
from ScreenSaver import ScreenSaverView
# Subclass ScreenSaverView to create your custom screensaver
macOS only; requires Python 3.10 or later; requires a macOS development environment with Xcode command-line tools to compile native extensions.
Verify before relying
- Whether the package includes example screensaver implementations or only raw framework bindings.
- Whether additional setup steps (e.g., code signing, system preferences configuration) are needed to deploy a screensaver built with this package.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 2 — pyobjc-core, pyobjc-framework-Cocoa |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 661,962/month — #5,442 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_screensaver-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_screensaver-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_screensaver-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_screensaver-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_screensaver-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_screensaver-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_screensaver-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_screensaver-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_screensaver-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, ScreenSaver
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-AutomatorProvides Python bindings to macOS's Automator…
permissive · top 15,000 on PyPI
pyobjc-framework-ColorSyncProvides Python bindings to macOS's ColorSync…
permissive · top 15,000 on PyPI
pyobjc-framework-FileProviderProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-GameSaveProvides Python bindings for macOS's GameSave…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-BackgroundAssetsProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-InstallerPluginsProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-SceneKitProvides Python bindings to macOS's SceneKit…
permissive · top 15,000 on PyPI
pyobjc-framework-OSLogProvides Python bindings to macOS's OSLog…
permissive · top 15,000 on PyPI