An open API service indexing awesome lists of open source software.

https://github.com/otti/zebraip

Ethernet library for Zebra EPL printers written in Python
https://github.com/otti/zebraip

driverless ethernet thermal-printer zebra-printer

Last synced: about 2 months ago
JSON representation

Ethernet library for Zebra EPL printers written in Python

Awesome Lists containing this project

README

        

# Library for Zebra EPL Printers
(only tested with LP2824 Plus)

This library can access the printer via ethernet without the need for any drivers installed on your OS

Currently supported functions:
- Set the label size (in DOTs or mm)
- Print Text (with rotation, font size, reversing, ...)
- Print QR Code
- Print BMP-Files
- Upload PCX Images to the Printer
- Print stored PCX images
- Print Lines
- Print Boxes
- Print EAN13 and CODE128

Tested on Windows and Linux

# ZebraIpSimple.py
Just a minimalistic example to show how easy it is to access the printer via ethernet