pyobjc-framework-DictionaryServices
Wrappers for the framework DictionaryServices on macOS
What it is and what it does
This package is a PyObjC wrapper that bridges Python to macOS's native DictionaryServices framework. It lets you access dictionary definitions, spelling suggestions, and related linguistic services that macOS provides at the system level, directly from Python code.
The package is part of the larger PyObjC project, which provides Python bindings to Objective-C frameworks on macOS. It requires pyobjc-core (the bridge itself) and pyobjc-framework-CoreServices as dependencies. The package is actively maintained, supports Python 3.10 through 3.15, and carries no known security vulnerabilities.
Use it for:
- Add dictionary lookup or word definition features to a macOS desktop application written in Python.
- Integrate spell-checking capabilities into text editors or writing tools running on macOS.
- Query linguistic services (definitions, synonyms, related terms) from system dictionaries in Python scripts.
- Build macOS-native utilities that rely on the system's built-in dictionary data without external dependencies.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's DictionaryServices framework, enabling dictionary and spelling lookup functionality from Python code running on macOS.
Yes, if you are building a macOS application in Python and need access to system dictionary or spelling services. The package is actively maintained, has no security issues, uses a permissive license, and installs with low friction. It is only useful on macOS and requires Python 3.10 or later.
Install
pyobjc-framework-dictionaryservices on PyPI
pip
pip install pyobjc-framework-dictionaryservicesuv
uv add pyobjc-framework-dictionaryservicespoetry
poetry add pyobjc-framework-dictionaryservicesInstalling pyobjc-framework-DictionaryServices
Before you install
Low friction installation as a pure-Python wheel. Actively maintained with a release 3 days old and recent commits. Requires pyobjc-core and pyobjc-framework-CoreServices as runtime dependencies.
License in practice
MIT license permits commercial and private use with minimal restrictions, making this suitable for most projects without legal concern.
Quickstart
pip install pyobjc-framework-dictionaryservices
from DictionaryServices import DCSCopyTextDefinition
# Access macOS dictionary services through the imported framework
macOS operating system required; Python 3.10 or later; pyobjc-core and pyobjc-framework-CoreServices must be installed.
Verify before relying
- Whether DictionaryServices framework access requires specific macOS versions or system configuration beyond Python 3.10+
- Performance characteristics when handling large-scale dictionary or spelling queries
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-CoreServices |
| Maintenance | actively maintained — 3 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 621,334/month — #5,717 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_dictionaryservices-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, DictionaryServices
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-SearchKitProvides Python bindings for macOS's SearchKit…
permissive · top 15,000 on PyPI
pyobjc-framework-LaunchServicesProvides Python bindings to the macOS…
permissive · top 15,000 on PyPI
pyobjc-framework-SocialProvides Python bindings to macOS's Social…
permissive · top 15,000 on PyPI
pyobjc-framework-ClassKitProvides Python bindings to Apple's ClassKit…
permissive · top 15,000 on PyPI
pyobjc-framework-MailKitProvides Python bindings to macOS's MailKit…
permissive · top 15,000 on PyPI
pyobjc-framework-AccountsProvides Python bindings to macOS's Accounts…
permissive · top 15,000 on PyPI
pyobjc-framework-NaturalLanguageProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-AuthenticationServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-VideoSubscriberAccountProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-SafetyKitProvides Python bindings to macOS's SafetyKit…
permissive · top 15,000 on PyPI