Metadata-Version: 2.4
Name: qrcode-artistic-extended
Version: 1.0.0
Summary: Artistic (Micro) QR Code plugin for Segno
Keywords: QR Code,Micro QR Code,ISO/IEC 18004,ISO/IEC 18004:2006(E),ISO/IEC 18004:2015(E),qrcode,QR,barcode,matrix,2D
Author-email: Kyle Bradley <kyle@foxtrot.agency>
Requires-Python: >= 3.5
Description-Content-Type: text/x-rst
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Printing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
License-File: LICENSE
Requires-Dist: segno>=1.0.2
Requires-Dist: Pillow
Requires-Dist: cairosvg ; extra == "svg"
Project-URL: Changelog, https://github.com/heuer/qrcode-artistic/blob/master/CHANGES.rst
Project-URL: Documentation, https://segno.readthedocs.io/en/latest/artistic-qrcodes.html
Project-URL: Homepage, https://github.com/heuer/qrcode-artistic/
Project-URL: Issue Tracker, https://github.com/heuer/qrcode-artistic/issues
Project-URL: Repository, https://github.com/heuer/qrcode-artistic.git
Provides-Extra: svg

Artistic QR Codes
-----------------

This `Segno <https://github.com/heuer/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

