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

Don't know, is that a border case, but package generates wrong image for '5032783267860' in EAN13. its generate barcode for '5032783267863'. Generated file attached: ![5032783267860](https://github.com/WhyNotHugo/python-barcode/assets/20387073/8f34133c-4965-4f6f-91ea-e35e8a5894d1) To reproduce the issue it...

Many fonts can not be used, even the official font DejaVuSansMono.ttf, change a folder can not be used, only some of the fonts are more generic fonts can be used....

Most invocations of `_convert` are guaranteed to not handle digits in charset C. Handling extra digits in charset C introduces extra complexity due to grouping of pairs of digits, which...

FCN1 char is defined the same in all three encodings. The current implementation switched encodings multiple times, even if the whole code could be created with encoding C. According to...

Hello, While using a package that makes use of this package, I encounter the following error : ``` Error: While importing 'main', an ImportError was raised: Traceback (most recent call...

```promt /home/aradkdj/.local/share/virtualenvs/FastAPIProject-SQp2g_y9/bin/python /var/lib/snapd/snap/pycharm-professional/484/plugins/python-ce/helpers/pydev/pydevconsole.py --mode=client --host=127.0.0.1 --port=36785 import sys; print('Python %s on %s' % (sys.version, sys.platform)) sys.path.extend(['/home/aradkdj/Documents/learning/FastAPIProject']) PyDev console: starting. Python 3.10.17 (main, May 20 2025, 00:33:58) [GCC 15.1.1 20250425 (Red...

Sometimes you want to generate and scan a code in a terminal. Here is a thing I tried out, maybe it could become a feature in this library. I made...

See commit messages for details :v: Basically follow-up on #220.

# Add option to control light margin indicator (>) in EAN-13 barcodes ## Problem Description Currently, when generating EAN-13 barcodes with human-readable text enabled, python-barcode automatically adds a light margin...

Input not being able to generate an SVG file while the variable item 2 has no issues. str(Item1) is redundant but added to create the same code run. ``` item1=input("Enter...