User Tools

Site Tools


python:barcode

This is an old revision of the document!


Python Barcode

huBarcode

Setup huBarcode

  1. step1: download hubarcode from https://github.com/hudora/huBarcode
  2. step2: install python processing image:
    pip uninstall PIL
    pip install pillow
  3. step2: build and install hubarcode:
    python setup.py build
    python setup.py install

Example create Barcode with hubarcode

python/barcode.1470588056.txt.gz · Last modified: 2022/10/29 16:15 (external edit)