skillfed

pyobjc-framework-PencilKit

Wrappers for the framework PencilKit on macOS

pyobjc-framework-pencilkit v12.2.2 649.0K downloads/30d#5,581 on PyPI803
Permissive license MIT Active released

What it is and what it does

This package wraps Apple's PencilKit framework for use in Python, allowing macOS developers to add drawing and handwriting capabilities to their applications. It bridges Objective-C and Python, translating PencilKit's APIs into Python-callable interfaces. The wrapper requires macOS 10.15 or later and is built on top of pyobjc-core and pyobjc-framework-Cocoa, which handle the underlying Objective-C interop.

The package does not include its own documentation; users must consult Apple's official PencilKit documentation alongside PyObjC's general translation guides to understand how framework concepts map to Python. It targets developers building native macOS applications that need sketch, drawing, or handwriting input from trackpad or stylus.

Use it for:

  • Add drawing canvas and sketch input to macOS desktop applications built with Python
  • Integrate handwriting recognition into productivity tools on macOS
  • Build note-taking or annotation apps on macOS that capture user drawings natively
  • Create digital art or design tools that leverage PencilKit's stroke handling

Worth the install?

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

Provides Python bindings to Apple's PencilKit framework, enabling macOS applications to integrate drawing and handwriting input capabilities.

Yes, if you are building a macOS application in Python that requires drawing or handwriting input. The package is actively maintained, has no known vulnerabilities, and carries a permissive license. The main constraint is that it is macOS-only and requires understanding both PencilKit and PyObjC's translation patterns; it is not a standalone drawing library but a bridge to Apple's framework.

Install

pyobjc-framework-pencilkit on PyPI

pip

pip install pyobjc-framework-pencilkit

uv

uv add pyobjc-framework-pencilkit

poetry

poetry add pyobjc-framework-pencilkit

Installing pyobjc-framework-PencilKit

Before you install

Low friction installation with active maintenance; released 3 days ago with recent commits. Depends on pyobjc-core and pyobjc-framework-Cocoa.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal obligations.

Quickstart

pip install pyobjc-framework-pencilkit
import PencilKit
# Use PencilKit APIs via the wrapper

macOS 10.15 or later required; Python 3.10 or higher

Verify before relying

  • Whether PencilKit features are fully exposed or if some framework capabilities remain unavailable through the wrapper
  • Performance characteristics when handling complex drawing operations or large stroke volumes

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — pyobjc-core, pyobjc-framework-Cocoa
Maintenance actively maintained — 3 days since the last release
Last repo commit
First released
Downloads 648,962/month — #5,581 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyobjc_framework_pencilkit-12.2.2-py2.py3-none-any.whl

Keywords: PyObjC, PencilKit

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

pencilkit python bindingsmacos drawing framework pythonhandwriting input cocoaapple pencilkit wrapperpyobjc pencilkitmacos sketch canvas pythonobjective-c pencilkit bridge
macos-nativeobjective-c-bridgedrawing-input

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

Provides Python bindings to Apple's ClassKit…

permissive · top 15,000 on PyPI

pyobjc-framework-InputMethodKit

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-PushKit

Provides Python bindings to Apple's PushKit…

permissive · top 15,000 on PyPI

pyobjc-framework-PassKit

Provides Python bindings to Apple's PassKit…

permissive · top 15,000 on PyPI

pyobjc-framework-Vision

Provides Python bindings to macOS's Vision…

permissive · top 5,000 on PyPI

fig2sketch

Converts Figma .fig design files into Sketch…

unclear · top 15,000 on PyPI

pyobjc-framework-Photos

Provides Python bindings to macOS's Photos…

permissive · top 15,000 on PyPI

pyobjc-framework-CoreAudio

Provides Python bindings to macOS's CoreAudio…

permissive · top 15,000 on PyPI

pyobjc-framework-MailKit

Provides Python bindings to macOS's MailKit…

permissive · top 15,000 on PyPI

pyobjc-framework-AppleScriptKit

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI