# lincolnloop/python-qrcode

Python QR Code image generator

Repository: https://github.com/lincolnloop/python-qrcode
Canonical: https://ross.abutalabs.com/products/python-qrcode
Homepage: https://pypi.python.org/pypi/qrcode
Language: Python
License: NOASSERTION
License Family: other
Last push: 2026-03-25T03:05:38+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 74, release rhythm 35, longevity 100
- inputs: {"age_days": 5410, "days_push": 161, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4937, forks 742 (observed 2026-08-28T04:09:02.717452+00:00)

## What it is
A pure Python library for generating QR code images, with support for PNG, SVG, and console rendering. It includes a command-line `qr` script and a Python API with configurable error correction, colors, and sizing.

## Use cases
- generate a QR code image from a URL or text
- create QR codes in a Python web app
- render a QR code to the terminal
- export QR codes as SVG or PNG
- customize QR code colors and error correction level
- batch-generate QR codes from a script

## When to choose
- you need to generate QR codes in Python or from the command line
- you want a dependency-light, pure Python solution
- you need output as PNG, SVG, or console art

## When to avoid
- you need to decode or read QR codes rather than generate them
- you need other barcode formats like Code128 or EAN

## Facets
- artifact type: library
- maturity: stable
- function: image-processing, cli
- domain: developer-tools, web-development
- platform: python, cli, cross-platform
- tags: qr-code, barcode, png, svg, pillow

## Member repositories
- lincolnloop/python-qrcode (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:02.717452+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:17:56.991163+00:00, confidence not recorded.
  - readme: https://github.com/lincolnloop/python-qrcode (fetched 2026-08-28T04:09:02.717452+00:00, sha 2dd05ee133aa)
  - homepage: https://pypi.python.org/pypi/qrcode (fetched 2026-08-29T08:59:33.807153+00:00, sha 6007791efdb1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
