pyobjc-framework-QuickLookThumbnailing
Wrappers for the framework QuickLookThumbnailing on macOS
What it is and what it does
This package wraps Apple's QuickLookThumbnailing framework for use in Python, enabling macOS applications to generate thumbnail images for files. It depends on pyobjc-core, pyobjc-framework-Cocoa, and pyobjc-framework-Quartz to function. The bindings are thin—they expose the underlying Objective-C API directly—so you'll need to consult Apple's official documentation alongside PyObjC's translation guide to use it effectively.
It's designed for developers building macOS tools, utilities, or applications that need to display or work with file thumbnails programmatically. Since it's a direct wrapper rather than a higher-level abstraction, it's most useful when you're already familiar with PyObjC patterns or when you need access to QuickLook's full feature set.
Use it for:
- Build a macOS file browser or media organizer that displays live thumbnail previews
- Generate batch thumbnail images for files in a folder for indexing or cataloging
- Integrate thumbnail generation into a macOS desktop application's file picker
- Create macOS utilities that work with file thumbnails programmatically
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to macOS's QuickLookThumbnailing framework, allowing you to generate thumbnail images for files programmatically.
Yes, if you're building a macOS application in Python and need QuickLook thumbnail support. The package is actively maintained, has no known vulnerabilities, and uses a permissive license. Install friction is low. However, it is macOS-only and requires Python 3.10 or later and familiarity with PyObjC and Apple's framework documentation.
Install
pyobjc-framework-quicklookthumbnailing on PyPI
pip
pip install pyobjc-framework-quicklookthumbnailinguv
uv add pyobjc-framework-quicklookthumbnailingpoetry
poetry add pyobjc-framework-quicklookthumbnailingInstalling pyobjc-framework-QuickLookThumbnailing
Before you install
Low install friction; distributed as a pure-Python wheel. Actively maintained with recent releases and no known vulnerabilities.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.
Quickstart
pip install pyobjc-framework-quicklookthumbnailing
import QuickLookThumbnailing
macOS only; requires Python 3.10 or later and the pyobjc-core and framework dependencies for Cocoa and Quartz
Verify before relying
- Whether this package is usable on Apple Silicon (M1/M2/M3) Macs or only Intel-based systems
- Whether thumbnail generation supports all file types that macOS QuickLook itself supports
- Specific API surface and usage patterns beyond what Apple's documentation provides
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python 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 | 650,422/month — #5,562 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyobjc_framework_quicklookthumbnailing-12.2.2-py2.py3-none-any.whl
Keywords: PyObjC, QuickLookThumbnailing
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-LinkPresentationProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-FSKitProvides Python bindings to macOS's FSKit…
permissive · top 15,000 on PyPI
pyobjc-framework-FileProviderProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-MapKitProvides Python bindings to Apple's MapKit…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosUIProvides Python bindings to macOS's PhotosUI…
permissive · top 15,000 on PyPI
pyobjc-framework-BrowserEngineKitProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-ScreenSaverProvides Python bindings to macOS's ScreenSaver…
permissive · top 15,000 on PyPI
pyobjc-framework-PhotosProvides Python bindings to macOS's Photos…
permissive · top 15,000 on PyPI
pyobjc-framework-SafariServicesProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
easy-thumbnailsGenerates and manages thumbnail images for…
permissive · top 15,000 on PyPI