Barcode & QRCode Library/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Introduction == This library contains actions to generate barcode- and QRcode images. Its main use is to generate these to generate test-report stickers or…“) |
Cg (Diskussion | Beiträge) |
||
Zeile 10: | Zeile 10: | ||
This builds on a Python barcode library, so python needs to be installed |
This builds on a Python barcode library, so python needs to be installed |
||
(see [https://python-barcode.readthedocs.io/en/stable/getting-started.html] getting started). |
(see [https://python-barcode.readthedocs.io/en/stable/getting-started.html] getting started in readthedocs). |
||
The following pip-packages must be installed for barcode generation: |
The following pip-packages must be installed for barcode generation: |
Aktuelle Version vom 11. April 2025, 12:40 Uhr
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