# Generating Labels ## for the Inventory System This is how I generate labels for my [[Inventory System]]. ``` sudo apt install zint ``` UUID as Micro QR: ``` uuid=a1b2c3 zint -b MICROQR -d '$uuid' -o "${uuid}-microqr.png" ``` URL as Aztec: ``` zint -b AZTEC -d 'https://leuco.net/inventory/test-a1b2c3' -o a1b2c3-aztec.png ``` To print the label, see [[Label-Printing]]. Note that the `brother_ql` CLI will automatically scale the image to the maximum width of the label tape. Note that the `brother_ql` CLI will automatically scale the image to the maximum width of the label tape.