--- id: pyobjc-framework-gamekit version: "12.2.2" license: MIT license_treatment: permissive maintenance: active --- # pyobjc-framework-GameKit — Wrappers for the framework GameKit on macOS License: permissive · Maintenance: active · Downloads: 655.6K/mo ## 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 above — 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 pip install pyobjc-framework-gamekit uv add pyobjc-framework-gamekit poetry add pyobjc-framework-gamekit ## Installing 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_current - Install friction: medium - Maintenance: active - Downloads: 655.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags gamekit python macos, pyobjc gamekit bindings, apple gamekit framework python, macos game center api python, objective-c gamekit wrapper, macos-only, gamekit, objective-c-bridge [View on SkillFed](https://skillfed.io/packages/pyobjc-framework-gamekit) · [View on PyPI](https://pypi.org/project/pyobjc-framework-gamekit/)