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
- Host: GitHub
- URL: https://github.com/otti/zebraip
- Owner: otti
- License: mit
- Created: 2024-12-08T13:23:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T19:06:34.000Z (4 months ago)
- Last Synced: 2025-02-07T17:45:37.157Z (3 months ago)
- Topics: driverless, ethernet, thermal-printer, zebra-printer
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 CODE128Tested on Windows and Linux
# ZebraIpSimple.py
Just a minimalistic example to show how easy it is to access the printer via ethernet