Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heuer/qrcode-artistic
Segno plugin to convert (Micro) QR Codes to Pillow/PIL
https://github.com/heuer/qrcode-artistic
pil pillow qr-code qrcode segno
Last synced: 2 months ago
JSON representation
Segno plugin to convert (Micro) QR Codes to Pillow/PIL
- Host: GitHub
- URL: https://github.com/heuer/qrcode-artistic
- Owner: heuer
- License: bsd-3-clause
- Created: 2016-08-04T18:06:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T01:09:53.000Z (about 1 year ago)
- Last Synced: 2024-10-18T13:49:53.519Z (3 months ago)
- Topics: pil, pillow, qr-code, qrcode, segno
- Language: Python
- Homepage:
- Size: 1.68 MB
- Stars: 33
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
Artistic QR Codes
-----------------This `Segno `_ plugin converts a
(Micro) QR Code to a Pillow Image or into a QR code with a background
image.This plugin is not required to write PNG, EPS or PDF files. Segno's native
implementations usually generate smaller files in less time.This plugin might be useful to modify the QR Codes (i.e. rotate or blur)
or to save the QR codes in an image format which is not supported by Segno.Furthermore, QR codes can be created with a background image.
.. image:: https://github.com/heuer/qrcode-artistic/raw/master/images/beatles.jpg
.. image:: https://github.com/heuer/qrcode-artistic/raw/master/images/beatles-animated.gif
Transparency is supported as well
.. image:: https://github.com/heuer/qrcode-artistic/raw/master/images/maggie.gif
Use ``pip`` to install from PyPI::
$ pip install qrcode-artistic
Documentation: https://segno.readthedocs.io/en/latest/artistic-qrcodes.html