skillfed

pyobjc-framework-ScreenSaver

Wrappers for the framework ScreenSaver on macOS

pyobjc-framework-screensaver v12.2.2 662.0K downloads/30d#5,442 on PyPI803
Permissive license MIT Active released

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-screensaver

uv

uv add pyobjc-framework-screensaver

poetry

poetry add pyobjc-framework-screensaver

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

macos screensaver pythonpyobjc screensaver frameworkcustom screensaver developmentmacos native screensaver bindingspython screensaver moduleobjective-c screensaver wrapper
macos-onlyscreensaverpyobjc

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

pyobjc-framework-Automator

Provides Python bindings to macOS's Automator…

permissive · top 15,000 on PyPI

pyobjc-framework-ColorSync

Provides Python bindings to macOS's ColorSync…

permissive · top 15,000 on PyPI

pyobjc-framework-FileProvider

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-GameSave

Provides Python bindings for macOS's GameSave…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-BackgroundAssets

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-InstallerPlugins

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SceneKit

Provides Python bindings to macOS's SceneKit…

permissive · top 15,000 on PyPI

pyobjc-framework-OSLog

Provides Python bindings to macOS's OSLog…

permissive · top 15,000 on PyPI