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

better formating for GS1_128 #198

Open stonebig opened 1 year ago

stonebig commented 1 year ago

I would think about 3 patches, relative to gs1_128, not sure were to place them:

it would so something like that:

image

image

what of these ideas would be considered pertinent for python-barcode team ?

WhyNotHugo commented 1 year ago

what of these ideas would be considered pertinent for python-barcode team ?

Generally, improvements are welcome as long as backwards compatibility is maintained and it doesn't break anything.

Suport for '<FNC1>' sounds reasonable and useful.

I'm not sure I fully understand the parenthesis. Do you just allow then in the input but ignore them for the barcode itself?