I am able to create really nice labels with barcodes using the code128
and PIL
modules (thanks @furas). Now I need to print them out on a Zebra TLP 2824 Plus printer. This thing runs on EPL (Eltron Programming Language) which is uglier than XML (no offense).
Does anyone have a simple way to convert .png's to EPL using Python?