㊙️ Create standard barcodes with Python. No external dependencies. 100% Organic Python.
Find a file
2022-03-28 21:42:39 +02:00
.github Add support for Python 3.10 2021-10-05 22:02:39 +02:00
barcode [#135] Optimized SVG output by removing redundant geometry 2021-12-10 22:48:42 +04:00
docs Add support for Python 3.10 2021-10-05 22:02:39 +02:00
tests Run pyupgrade 2021-08-04 20:21:23 +02:00
.gitignore Added support for Codabar(NW-7) (#115) 2021-11-17 09:48:30 +00:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2022-03-28 19:10:15 +00:00
example-ean13.png Add that image from the README into the repo 2017-10-12 21:08:26 -03:00
LICENCE Don't commit the built documentation 😓 2020-02-25 01:12:13 +01:00
README.rst Add support for Python 3.10 2021-10-05 22:02:39 +02:00
setup.cfg Update black setup 2021-08-04 20:21:23 +02:00
setup.py Add support for Python 3.10 2021-10-05 22:02:39 +02:00
tox.ini Add support for Python 3.10 2021-10-05 22:02:39 +02:00

python-barcode

CI status

Build coverage

documentation

version on pypi

downloads

licence

python-barcode provides a simple way to create barcodes in Python.

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

Support Python 3.6 to 3.10.

python-barcode

Documentation

Full documentation is published at http://python-barcode.rtfd.io/

Licence

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