WhyNotHugo / python-barcode

㊙️ Create standard barcodes with Python. No external dependencies. 100% Organic Python.
http://python-barcode.rtfd.io/
MIT License
572 stars 123 forks source link

Fix no_checksum for EAN13 #224

Closed WhyNotHugo closed 6 months ago

WhyNotHugo commented 6 months ago

The ean variable was shadowed early, so a custom 13th digit was lost when ignoring checksums.

Fixes: https://github.com/WhyNotHugo/python-barcode/issues/43

darixsamani commented 6 months ago

I tried it and it works very well.

darixsamani commented 6 months ago

this generates a bar code but the bar code scanner does not work

WhyNotHugo commented 6 months ago

What do you mean by "does not work"?