A library for creating and printing labels
Project description
Labelprinterkit
Labelprinterkit is a Python3 library for creating and printing labels. It was developed for the Networking department of the KIT (Karlsruhe Institute of Technology).
Labelprinterkit's simple layout engine can be used to declaratively create simple labels:
>>> class MyLabel(Label):
... items = [
... Text(), Text()
... ]
...
>>> l = MyLabel("text1", "text2")
>>> printer.print_label(l)
The Following printers are currently supported:
- Brother P-Touch PT-700 (aka P700)
The following printers will probably work, but are not tested:
- Brother H500
- Brother E500
The official source of this repository is at https://git.scc.kit.edu/scc-net/labelprinterkit.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
labelprinterkit-0.3.0.tar.gz
(10.7 kB
view hashes)
Built Distribution
Close
Hashes for labelprinterkit-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f3d5984897911c8a93dea1e94f18df6c870d7da1b8bb541c61486ad7c67612e |
|
MD5 | b5bcaab4d17d3e78ced0529ff6f3fc39 |
|
BLAKE2b-256 | 1128bac2aa4ecf20dddb517e070bfda67ce311c8c60c569c6918d1e53e530003 |