python-barcode
python-barcode copied to clipboard
㊙️ Create standard barcodes with Python. No external dependencies. 100% Organic Python.
Just a simple feature request but can the UPCA class include the option to add guardbars similar to how EAN8-13-14 support it? Current UPCA barcode via python-barcode:  Requested format:...
I think the current implementation of `_calculate_checksum` in `InternationalStandardSerialNumber` is wrong. Indeed, the tmp variable sometimes assume the value of "11", while should probably be "0", making the checksum two...