Barcode & QRCode Library/en
Zur Navigation springen
Zur Suche springen
Introduction[Bearbeiten]
This library contains actions to generate barcode- and QRcode images.
Its main use is to generate these to generate test-report stickers or images in a PDF which link back to a generated test report. For example, if the test was automated by AIDYMO, a sticker could be generated which links to the corresponding AIDYMO test result. Of course, any other information may be encoded in such a sticker.
For more information, please refer to the documentation and examples inside the library.
Prereqisites[Bearbeiten]
This builds on a Python barcode library, so python needs to be installed (see [1] getting started in readthedocs).
The following pip-packages must be installed for barcode generation:
pip3 install python-barcode pip3 install "python-barcode[images]"
and for barcode decoding:
pip3 install pyzbar