python-barcode icon indicating copy to clipboard operation
python-barcode copied to clipboard

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

Results 72 python-barcode issues
Sort by recently updated
recently updated
newest added

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: ![UPCA_No_Guards](https://github.com/user-attachments/assets/b90fa6bc-4ac6-4eab-9c55-12111a3bc43a) Requested format:...

enhancement
contributions welcome

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...