Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

AdamBrianBright/qrcode_styled

Repository files navigation

Welcome

PyPI version codecov FOSSA Status

QRCode Styled [WIP]

QRCode Styled

This is a python port for a browser QRCode generator by Denys Kozak

This project was initially created for internal use in cifrazia.com.

We do not intend to maintain this project for wide usage, but feel free to use it, share, edit or submit pull requests.

Features

  • Multiple formats:
    • SVG using xmls
    • PNG/WEBP, etc. using Pillow
  • Multiple styles:
    • Extra rounded corners
    • Rounded corners
    • Straight
    • Dotted

Check out our documentation.

Installing

Using Poetry

poetry add qrcode-styled

Using PIP

pip install qrcode-styled

Requirements

  • Python >= 3.10
  • Pillow >= 10.0
  • qrcode >= 6.1
  • lxml >= 8.2.0 (optional, for SVG rendering)

Extras

Keyword Description Packages
svg Allows you to generate SVG lxml >= 4.6.3
SVG WEBp
Svg QRCode Svg QRCode

FOSSA Status