pyobjc-framework-PencilKit
Wrappers for the framework PencilKit on macOS
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-pencilkituv
uv add pyobjc-framework-pencilkitpoetry
poetry add pyobjc-framework-pencilkitInstalling 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
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-ClassKitProvides Python bindings to Apple's ClassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-InputMethodKitProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-PushKitProvides Python bindings to Apple's PushKit…
permissive · top 15,000 on PyPI
pyobjc-framework-PassKitProvides Python bindings to Apple's PassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-VisionProvides Python bindings to macOS's Vision…
permissive · top 5,000 on PyPI
fig2sketchConverts Figma .fig design files into Sketch…
unclear · top 15,000 on PyPI
pyobjc-framework-PhotosProvides Python bindings to macOS's Photos…
permissive · top 15,000 on PyPI
pyobjc-framework-CoreAudioProvides Python bindings to macOS's CoreAudio…
permissive · top 15,000 on PyPI
pyobjc-framework-MailKitProvides Python bindings to macOS's MailKit…
permissive · top 15,000 on PyPI
pyobjc-framework-AppleScriptKitProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI