㊙️ python-barcode
==================

.. image:: _static/images/pybarcode.png

**python-barcode** is a pure-python library for generating barcodes in various formats.
It's 100% pure python.

There are no external dependencies when generating SVG files. `Pillow`_ is required for
generating images (e.g.: PNGs).

.. _Pillow: https://python-pillow.org/

Contents
--------

.. toctree::
    :maxdepth: 2

    getting-started
    supported-formats
    writers
    changelog

Help
----

If you think you found a bug, or need help with something specific:

- Please check existing issues for similar topics.
- If there's nothing relevant, please open a new issue describing your problem, and
  what you've tried so far.

Issues and source code are all in `GitHub <https://www.github.com/WhyNotHugo/python-barcode>`_.

Donations
---------

Donations are welcome. See `here <https://whynothugo.nl/sponsor/>`_ for further
details.

Licence
-------

python-barcode is licensed under the MIT licence. See LICENCE for details.
