generating long barcode #33
Labels
No labels
api-inconsistency
automerge
bug
contributions welcome
documentation
duplicate
enhancement
good first issue
invalid
more-information-needed
question
sync
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
WhyNotHugo/python-barcode#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm trying to generate 43 digits barcode, but the barcode generated is shorter, 35 digits.
how can I generate the entire string?
this is the code I use:
mystr="0024591002013166513116148610000000100005891"EAN = barcode.get_barcode_class('code128')ean = EAN(mystr)