skillfed

pyobjc-framework-GameKit

Wrappers for the framework GameKit on macOS

pyobjc-framework-gamekit v12.2.2 655.6K downloads/30d#5,512 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-gamekit

poetry

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

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

gamekit python macospyobjc gamekit bindingsapple gamekit framework pythonmacos game center api pythonobjective-c gamekit wrapper
macos-onlygamekitobjective-c-bridge

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

Provides Python bindings to Apple's GameCenter…

permissive · top 15,000 on PyPI

pyobjc-framework-GameSave

Provides Python bindings for macOS's GameSave…

permissive · top 15,000 on PyPI

pyobjc-framework-GameplayKit

Provides Python bindings to Apple's GameplayKit…

permissive · top 15,000 on PyPI

pyobjc-framework-MediaPlayer

Provides Python bindings to macOS's MediaPlayer…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-ClassKit

Provides Python bindings to Apple's ClassKit…

permissive · top 15,000 on PyPI

pyobjc-framework-ScreenSaver

Provides Python bindings to macOS's ScreenSaver…

permissive · top 15,000 on PyPI

pyobjc-framework-CallKit

Provides Python bindings for Apple's CallKit…

permissive · top 15,000 on PyPI

pyobjc-framework-Accounts

Provides Python bindings to macOS's Accounts…

permissive · top 15,000 on PyPI

pyobjc-framework-SharedWithYouCore

Provides Python bindings for Apple's…

permissive · top 15,000 on PyPI