• Stars
    star
    472
  • Rank 89,442 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created over 6 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

㊙️ Create standard barcodes with Python. No external dependencies. 100% Organic Python.

python-barcode

CI status

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.8 to 3.12.

python-barcode

Documentation

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

You can build the documentation locally using make -C docs html.

Licence

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