-
-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
documentationthings that need to be documented betterthings that need to be documented better
Description
I am trying to create barcodes using PyBarcode for UPCA instead it is creating EAN13 code in .png format. How to get .it in jpg format.
import barcode
from barcode.writer import ImageWriter
from barcode import UPCA
upca_get_code = UPCA('8280984033', writer=ImageWriter, make_ean=True)
file = upca_get_code.save('UPC_BARCODE')raulzrPuneet-Singh1996
Metadata
Metadata
Assignees
Labels
documentationthings that need to be documented betterthings that need to be documented better