skillfed

pyobjc-framework-QuickLookThumbnailing

Wrappers for the framework QuickLookThumbnailing on macOS

pyobjc-framework-quicklookthumbnailing v12.2.2 650.4K downloads/30d#5,562 on PyPI803
Permissive license MIT Active released

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

uv

uv add pyobjc-framework-quicklookthumbnailing

poetry

poetry add pyobjc-framework-quicklookthumbnailing

Installing 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

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 quicklook thumbnails pythongenerate file thumbnails macospyobjc quicklook frameworkmacos thumbnail generationquicklookthumbnailing bindings
macos-onlypyobjc-framework

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

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-FSKit

Provides Python bindings to macOS's FSKit…

permissive · top 15,000 on PyPI

pyobjc-framework-FileProvider

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-MapKit

Provides Python bindings to Apple's MapKit…

permissive · top 15,000 on PyPI

pyobjc-framework-PhotosUI

Provides Python bindings to macOS's PhotosUI…

permissive · top 15,000 on PyPI

pyobjc-framework-BrowserEngineKit

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-ScreenSaver

Provides Python bindings to macOS's ScreenSaver…

permissive · top 15,000 on PyPI

pyobjc-framework-Photos

Provides Python bindings to macOS's Photos…

permissive · top 15,000 on PyPI

pyobjc-framework-SafariServices

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

easy-thumbnails

Generates and manages thumbnail images for…

permissive · top 15,000 on PyPI