QRCode Styled [WIP]
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.
- Multiple formats:
- SVG using
xmls
- PNG/WEBP, etc. using
Pillow
- SVG using
- Multiple styles:
- Extra rounded corners
- Rounded corners
- Straight
- Dotted
Check out our documentation.
Using Poetry
poetry add qrcode-styled
Using PIP
pip install qrcode-styled
- Python
>= 3.10
- Pillow
>= 10.0
- qrcode
>= 6.1
- lxml
>= 8.2.0
(optional, for SVG rendering)
Keyword | Description | Packages |
---|---|---|
svg |
Allows you to generate SVG | lxml >= 4.6.3 |
SVG | WEBp |
---|---|