skillfed

pyobjc-framework-GameCenter

Wrappers for the framework GameCenter on macOS

pyobjc-framework-gamecenter v12.2.2 657.1K downloads/30d#5,480 on PyPI803
Permissive license MIT Active released

What it is and what it does

This package wraps Apple's GameCenter framework for use in Python on macOS. It translates Objective-C APIs into Python, allowing you to integrate game features like achievements, leaderboards, and multiplayer capabilities into macOS applications. The bindings are thin wrappers without standalone documentation—you rely on Apple's official GameCenter documentation plus PyObjC's general translation guide to understand how to call each API.

It's part of the larger PyObjC project and requires Python 3.10 or later. Installation is platform-specific (macOS only) and depends on pyobjc-core and pyobjc-framework-Cocoa. The package is actively maintained and supports modern Python versions including free-threading variants.

Use it for:

  • Add native GameCenter achievements and progress tracking to a macOS game written in Python
  • Integrate leaderboards into a Python-based game to display player rankings
  • Enable multiplayer matchmaking and turn-based gameplay using GameCenter's peer-to-peer or server APIs
  • Access player authentication and profile data through GameCenter in a macOS application

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings to Apple's GameCenter framework on macOS, enabling access to game achievements, leaderboards, and multiplayer features from Python code.

Yes, if you are building a macOS game or application in Python and need GameCenter integration. The package is actively maintained, permissively licensed, and supports current Python versions. Install friction is moderate due to platform specificity and binary wheel requirements, but that is unavoidable for Objective-C bindings. No known vulnerabilities. Verify that the GameCenter features you need are exposed in the wrapper before committing.

Install

pyobjc-framework-gamecenter on PyPI

pip

pip install pyobjc-framework-gamecenter

uv

uv add pyobjc-framework-gamecenter

poetry

poetry add pyobjc-framework-gamecenter

Installing pyobjc-framework-GameCenter

Before you install

Medium install friction due to platform-specific wheels (macOS only, multiple Python versions from 3.10–3.15). Active maintenance with a release 3 days ago and recent repository activity. Requires pyobjc-core and pyobjc-framework-Cocoa as dependencies.

License in practice

MIT license is permissive; you can use, modify, and distribute this package freely with minimal restrictions.

Quickstart

pip install pyobjc-framework-gamecenter

import GameCenter
# Access GameCenter APIs via the GameCenter module
# Refer to Apple's GameCenter documentation for specific API calls

macOS only; requires Python 3.10 or later; Xcode command-line tools or similar macOS development environment may be required for compilation

Verify before relying

  • Whether GameCenter features like achievements and leaderboards are fully exposed or only partially wrapped
  • Whether this package requires Xcode or additional macOS developer tools beyond Python
  • Real-world usage examples or adoption rate beyond the download count

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 657,058/month — #5,480 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyobjc_framework_gamecenter-12.2.2-cp310-cp310-macosx_10_9_universal2.whl; pyobjc_framework_gamecenter-12.2.2-cp311-cp311-macosx_10_9_universal2.whl; pyobjc_framework_gamecenter-12.2.2-cp312-cp312-macosx_10_13_universal2.whl; pyobjc_framework_gamecenter-12.2.2-cp313-cp313-macosx_10_13_universal2.whl; pyobjc_framework_gamecenter-12.2.2-cp313-cp313t-macosx_10_13_universal2.whl; pyobjc_framework_gamecenter-12.2.2-cp314-cp314-macosx_10_15_universal2.whl; pyobjc_framework_gamecenter-12.2.2-cp314-cp314t-macosx_10_15_universal2.whl; pyobjc_framework_gamecenter-12.2.2-cp315-cp315-macosx_10_15_universal2.whl; pyobjc_framework_gamecenter-12.2.2-cp315-cp315t-macosx_10_15_universal2.whl

Keywords: PyObjC, GameCenter

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 gamecenter python bindingspyobjc gamecenter frameworkapple gamecenter integrationpython game achievements leaderboardsmacos game center api wrapper
macos-onlygame-developmentobjective-c-bindings

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

Provides Python bindings to Apple's GameKit…

permissive · top 15,000 on PyPI

pyobjc-framework-GameController

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-NotificationCenter

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-GameplayKit

Provides Python bindings to Apple's GameplayKit…

permissive · top 15,000 on PyPI

pyobjc-framework-GameSave

Provides Python bindings for macOS's GameSave…

permissive · top 15,000 on PyPI

pyobjc-framework-MapKit

Provides Python bindings to Apple's MapKit…

permissive · top 15,000 on PyPI

pyobjc-framework-Network

Provides Python bindings to Apple's Network…

permissive · top 15,000 on PyPI

pyobjc-framework-FileProvider

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SystemExtensions

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-SharedWithYouCore

Provides Python bindings for Apple's…

permissive · top 15,000 on PyPI