
pillow - PyPI
Dec 2, 2010 · Python Imaging Library (Fork) Pillow is the friendly PIL fork by Jeffrey A. Clark and contributors. PIL is the Python Imaging Library by Fredrik Lundh and contributors. As of 2019, Pillow development is supported by Tidelift.
qrcode · PyPI
Apr 2, 2025 · Pure python QR Code generator. Generate QR codes. A standard install uses pypng to generate PNG files and can also render QR codes directly to the console. A standard install is just: pip install qrcode. For more image functionality, install qrcode with the pil dependency so that pillow is installed and can be used for generating images:
fpdf - PyPI
Jan 20, 2015 · PyFPDF is a library for PDF document generation under Python, ported from PHP (see FPDF “Free”-PDF, a well-known PDFlib-extension replacement with many examples, scripts and derivatives). Compared with other PDF libraries, PyFPDF is simple, small and versatile, with advanced capabilities and easy to learn, extend and maintain.
Pil-Lite - PyPI
Nov 24, 2024 · lightweight and limited version of PIL/Pillow library no native external dependencies (like libjpeg, zlib etc) supports only trivial subset of formats (JPEG, PNG, BMP, 8 bit per channel)
pyzbar - PyPI
Mar 15, 2022 · Read one-dimensional barcodes and QR codes from Python 2 and 3 using the zbar library. Pure python; Works with PIL / Pillow images, OpenCV / imageio / numpy ndarray s, and raw bytes; Decodes locations of barcodes; No dependencies, other than the zbar library itself; Tested on Python 2.7, and Python 3.5 to 3.10; The older zbar package is stuck ...
PyPI · The Python Package Index
The Python Package Index (PyPI) is a repository of software for the Python programming language. PyPI helps you find and install software developed and shared by the Python community. Learn about installing packages. Package authors use PyPI to distribute their software. Learn how to package your Python code for PyPI.
PIL · PyPI
Dec 3, 2006 · PIL 1.1.6 Latest version. Released: Dec 3, 2006 Python Imaging Library. Navigation. Project description ; Release history ; Verified details These details have been verified by PyPI Maintainers aclark ... Developed and maintained by the Python community, for the Python community. Donate today! "PyPI", ...
pytesseract · PyPI
Aug 15, 2024 · Python-tesseract is an optical character recognition (OCR) tool for python. That is, it will recognize and “read” the text embedded in images. Python-tesseract is a wrapper for Google’s Tesseract-OCR Engine .
ImageHash - PyPI
Feb 1, 2025 · An image hashing library written in Python. ImageHash supports: Average hashing; Perceptual hashing; Difference hashing; Wavelet hashing; HSV color hashing (colorhash) Crop-resistant hashing; Rationale. Image hashes tell whether two images look nearly identical.
exif - PyPI
Dec 9, 2024 · Read and modify image EXIF metadata using Python without any third-party software dependencies. For example, batch process image metadata using a Python script. Note