1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
㊙️ 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://github.com/sponsors/WhyNotHugo>`_ for further
details.
Licence
-------
python-barcode is licensed under the MIT licence. See LICENCE for details.
|