'Temporary' Inventory Tooling
The SRO asset tag system
- Generate some codes with
gen_code.pypython3 gen_code.py 10 --prefix BB > codes.csv - Merge them into the label template
template.glabels- Run
glabels-qtand opentemplate.glabels - Select the 'Merge' tab.
- For the format, choose plain CSV and then browse for
codes.csvfrom step 1.
- Run
- Print them on Dymo 25x54mm Durable labels
Connect the printer and print from the 'print' tab in gLabels.
The Python scripts depend only on damm32 1.0.0.
pip install -r requirements.txtRendering the template requires gLabels 4 and qrencode. qrencode can be had from your favourite package manager. To install gLabels, follow the instructions on the GitHub page. For the QR codes to work, you might have to first install qrencode, then compile gLabels from source.