Skip to main content

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 use it to declaratively create 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.1.0.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

labelprinterkit-0.1.0-py3-none-any.whl (1.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page