Skip to content

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

License

Notifications You must be signed in to change notification settings

WhyNotHugo/python-barcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f96373 · Jan 23, 2025
Nov 28, 2023
Jan 23, 2025
Nov 28, 2023
Jan 23, 2025
Jan 23, 2025
Nov 28, 2023
Apr 5, 2024
Mar 9, 2024
Nov 28, 2023
Oct 13, 2017
Nov 28, 2023
Jan 31, 2023
Mar 9, 2024
Sep 20, 2024

Repository files navigation

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.