neslekkim / make-qrcode-label

Small wrapper script i use to generate, validate and print QR codes on a Brother QL-810W

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make-qrcode-label

Small wrapper scripts i use to generate, validate and print QR codes on a Brother QL-810W. Examples are printed on DK-22212 (62mm x 15,2m, "endless") label paper, and the printer will cut between each print.

generate-qr-from-ods.sh

Will read from Openoffice ODS (se example.ods) and run qr-with-text.sh on lines, ignoring those already in 01_Output

qr-with-text.sh

Takes a number (ID) and text as input. Generates QR code with label.

Image example of output from qr-with-text.sh

make-qr-matrix.sh

Generates a matrix of QR codes.

Image example of output from make-qr-matrix.sh

ods2csv

Converts a ODS to CSV. Supports multiple sheets.

Made because all other tools sucked.

About

Small wrapper script i use to generate, validate and print QR codes on a Brother QL-810W

License:The Unlicense


Languages

Language:Shell 50.8%Language:Python 49.2%