Skip to content

UPCA header file is not working. #4

@Puneet-Singh1996

Description

@Puneet-Singh1996

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')

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationthings that need to be documented better

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions