WhyNotHugo / python-barcode

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

ITF-14 support required #2

Closed estianross closed 1 year ago

estianross commented 6 years ago

EAN14 barcode is not interchangeable with ITF-14

violuke commented 1 year ago

I'm not sure if it's new (since this 2108 post), but this is supported, it's just not documented https://github.com/WhyNotHugo/python-barcode/issues/154

You can use itf - https://github.com/WhyNotHugo/python-barcode/blob/main/barcode/itf.py

WhyNotHugo commented 1 year ago

Indeed, ITF has been implemented since around 2015, it was merely missing from the documentation.