20 lines
477 B
Markdown
20 lines
477 B
Markdown
# Etikettenpost
|
|
|
|
Ein Programm zur Konvertierung von DHL-Paketmarken und ePost-Briefmarken in PDFs, die mit einem Brother-Etikettendrucker ausgedruckt werden können.
|
|
|
|
Aktuell funktioniert es für folgende Formate:
|
|
|
|
* ''DHL-Paketmarke'' von paket.de
|
|
* ''ePost-Briefmarke'' von deutschepost.de
|
|
|
|
Weitere Formate (DHL-Rücksendungen, Amazon Rücksendungen) kommen hinzu, sobald ich sie brauche :)
|
|
|
|
# Voraussetzungen
|
|
|
|
* Python 3
|
|
* python3-wand
|
|
* python3-reportlab
|
|
* python3-numpy
|
|
|
|
|