Labels for homebox
Find a file
2024-01-31 11:05:21 +01:00
.gitignore Create script 2024-01-13 03:38:56 +01:00
generate_labels.py update script 2024-01-31 11:05:21 +01:00
homebox_label_template.svg Create homebox label 2024-01-12 17:03:38 +01:00
README.md update script 2024-01-31 11:05:21 +01:00

homebox-label-template

Labels for homebox

Script

python3 -m venv py
source py/bin/activate

apt install qrencode
pip install svgwrite qrcode[pil]