python-barcode icon indicating copy to clipboard operation
python-barcode copied to clipboard

㊙️ Create standard barcodes with Python. No external dependencies. 100% Organic Python.

Results 72 python-barcode issues
Sort by recently updated
recently updated
newest added

Add support for latin1 (ISO-8859-1) characters in range 160-255. Therefore the FNC4 is used to encode high characters in charset A and B.

Some codes can be encoded entirely with code C, but Code128() initializes self._charset = "B" unconditionally. Also, due to the (non-numeric) FNC 1 character at the start of a GS1...

bug

When using the generator function to create a 'Code39' barcode, the writer_options={'add_checksum': False} is ignored. The addition of the check digit happens during the class __init__ which hasn't received the...

Hi i would like to know how to remove the text from under the barcodes, to have only the barcode, no text.

enhancement

If the no_checksum option is passed, A 13 digits code should be accepted as it is. At the moment, the last digit is replaced by a 0 and it cannot...

bug

![code128_barcode](https://user-images.githubusercontent.com/1488374/61344054-798cdb80-a882-11e9-808c-7ef9da0c3917.png)

Hello, Thank you for all the hard work you put into this library. I'm curious between the barcodes shown in `barcode.PROVIDED_BARCODES` and the list of Supported Formats in the [docs](https://python-barcode.readthedocs.io/en/stable/supported-formats.html)....

documentation

Barcode version: 0.13.1-py3 Python version: 3.7.3 (64 bit) Platform: Windows 10 (20H2) If the `center_text=False` option is used when writing a code128 (and possibly others) barcode in SVG format, the...

Is it possible to render a code with add-on symbol like in this image (see page 284 of GS1 General Specifications Release 21.0.1): ![Screenshot_20211229_002742](https://user-images.githubusercontent.com/13901855/147608470-70b95f33-54c9-402d-bba8-24c9403f3e45.png) This add-on symbol is used, for...

contributions welcome

Env: - python-barcode v0.13.1 - python 3.8.10 Whenever I try to store a picture without the default SVG writer, tjis error shows up ``` >>> iw = ImageWriter(format="PNG") Traceback (most...

documentation