python-barcode
python-barcode copied to clipboard
㊙️ Create standard barcodes with Python. No external dependencies. 100% Organic Python.
lib does not support https://en.wikipedia.org/wiki/MSI_Barcode specification is open, AFAIK there are no license restrictions
Implement PZN8 code generation. Fixes #167. * keeping `PZN` for PZN7, implementing `PZN8` for PZN8 * checksum is commonly part of the PZN* code. Hence, we verify **or** append the...
It would be very useful if tests used some other library to read barcodes and verify that they stay sane. Mostly to detect regressions.
I'm being told (not a barcode format specialist) that the standard presentation for a UPC/UPCA code should look like this:  If I generate this barcode using the following code...
We're losing some pixels on the left and some pixels on the right. The payload and image are correct and match, but the number [superficially] looks off. We're using 0.15.1...
This is a follow-up to #228. I'm trying to not break backwards-compatibility for now, but just to make the code more understandable.
The return type of `Barcode.build()` is `List[str]`. But in all overrides of `.build()`, the return value is always a singleton. I'm trying to understand the source code, and I find...
This pull request aims to fix the API inconsistency by adding the human_readable option to the ImageWriter, making it consistent with the SVGWriter.
I happen to need to create Code128 with the characters Æ Ø Å I notice there is a PR from 2022 for adding FNC4 support #162 Is there anything I...
Feature flag: enable_optimization To me it seems like the optimization could create a wrong barcode so I have added the ability to enable or disable the optimization Example: Say you...