You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
fonts | 3 years ago | |
README.md | 3 years ago | |
address-label.py | 3 years ago | |
address-label.sh | 3 years ago | |
requirements.txt | 3 years ago |
README.md
Usage
Generate Address-Label
echo "Max Hackerberg\nLeibnizstr. 32\n39104 Magdeburg" | python address-label.py
MEMBERFILE="../Vorstand/stammdaten-formular/example.json"
jq -r .stammdaten.address_label $MEMBERFILE | python address-label.py
Print label
Needs to be in the same network as the printer.
echo "Max Hackerberg\nLeibnizstr. 32\n39104 Magdeburg" | ./address-label.sh
MEMBERFILE="../Vorstand/stammdaten-formular/example.json"
jq -r .stammdaten.address_label $MEMBERFILE | ./address-label.sh