pyobjc-framework-GameKit
Wrappers for the framework GameKit on macOS
What it is and what it does
This package exposes Apple's GameKit framework to Python developers on macOS through PyObjC, a bridge that translates between Python and Objective-C. GameKit provides APIs for game features like player authentication via Game Center, achievements, leaderboards, and multiplayer connectivity. The bindings are thin wrappers that map Objective-C classes and methods directly to Python, so you work with GameKit objects and calls as they exist in the native framework.
To use it, you install the package on macOS, import the GameKit module, and call framework methods directly. The package depends on pyobjc-core and two other framework wrappers (Cocoa and Quartz), which handle the underlying bridge machinery. Documentation is minimal in the package itself; you rely on Apple's official GameKit documentation and PyObjC's translation guides to understand how to map Objective-C patterns to Python.
Use it for:
- Integrate Game Center authentication and player identity into a macOS game written in Python.
- Submit achievements and leaderboard scores to Game Center from a Python-based macOS application.
- Build a macOS game launcher or utility that queries GameKit for player data and game state.
- Prototype or automate GameKit functionality in a Python script running on macOS.
- Access multiplayer connectivity features provided by GameKit for local or network play.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Apple's GameKit framework on macOS, enabling access to game-related APIs like player authentication, achievements, and leaderboards.
Yes, if you are developing a macOS application in Python that needs GameKit features. The package is actively maintained, has no known vulnerabilities, and carries a permissive license. The main constraint is platform specificity—it only works on macOS with Python 3.10 or later—and the expectation that you will consult Apple's GameKit documentation alongside PyObjC's translation guides, since the bindings themselves are undocumented.
Install
pyobjc-framework-gamekit on PyPI
pip
pip install pyobjc-framework-gamekituv
uv add pyobjc-framework-gamekitpoetry
poetry add pyobjc-framework-gamekitInstalling pyobjc-framework-GameKit
Before you install
Medium install friction due to platform and architecture specificity—wheels are provided for macOS only across multiple Python versions (3.10–3.15) and architectures, but installation requires macOS and the correct Python version match. Maintenance is active with a release 3 days old and recent repository activity.
License in practice
MIT license is permissive; you may use, modify, and distribute this package freely in both open and closed projects with minimal restrictions.
Quickstart
pip install pyobjc-framework-gamekit
import GameKit
# Access GameKit framework classes and methods via the GameKit module
macOS only; requires Python 3.10 or later and a compatible architecture (universal2 wheels provided for Intel and Apple Silicon).
Verify before relying
- Whether GameKit bindings are complete or if some framework features remain unbound.
- Whether additional system frameworks (beyond Cocoa and Quartz) are needed for specific GameKit use cases.
- Performance characteristics when calling GameKit APIs from Python versus native Objective-C.
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-Cocoa, pyobjc-framework-Quartz |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 655,613/month — #5,512 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_gamekit-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_gamekit-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_gamekit-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_gamekit-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_gamekit-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_gamekit-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_gamekit-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_gamekit-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_gamekit-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl
Keywords: PyObjC, GameKit
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-GameCenterProvides Python bindings to Apple's GameCenter…
permissive · top 15,000 on PyPI
pyobjc-framework-GameSaveProvides Python bindings for macOS's GameSave…
permissive · top 15,000 on PyPI
pyobjc-framework-GameplayKitProvides Python bindings to Apple's GameplayKit…
permissive · top 15,000 on PyPI
pyobjc-framework-MediaPlayerProvides Python bindings to macOS's MediaPlayer…
permissive · top 15,000 on PyPI
pyobjc-framework-NetworkProvides Python bindings to Apple's Network…
permissive · top 15,000 on PyPI
pyobjc-framework-ClassKitProvides Python bindings to Apple's ClassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenSaverProvides Python bindings to macOS's ScreenSaver…
permissive · top 15,000 on PyPI
pyobjc-framework-CallKitProvides Python bindings for Apple's CallKit…
permissive · top 15,000 on PyPI
pyobjc-framework-AccountsProvides Python bindings to macOS's Accounts…
permissive · top 15,000 on PyPI
pyobjc-framework-SharedWithYouCoreProvides Python bindings for Apple's…
permissive · top 15,000 on PyPI