tapen
tapen copied to clipboard
Print labels on Brother PTouch label printers with highly customizable HTML templates
Tapen
Tapen is a tool for composing and printing labels on label printers. At the moment only Brother printers are supported. Developed and tested on linux only.
Basic Usage
Just print a line of text covering all available height of the tape:
tapen print "Hello world"
Shortcut version: tpp "Hello world"
.
Note: Short syntax (tpp ...
command is equal to tapen print ...
). Here and bellow in the docs we will use short
syntax for simplicity.
Print multiple labels at time:
tpp "Label 1" "label 2" "Label 3"
Print 2 copies of of each label:
tpp -q 2 "Label 1" "Label 2"
Installation
There are a couple of possible installation methods:
- With pip:
pip install tapen
- Use pre-compiled binary. Just download binary from releases page
Credits
- Dmitry Berezovsky (@corvis) - author and main maintainer
- Dominic Radermacher ([email protected]) - creator of libptouch, the source code of this library was used to understand the interface to Brotehr devices.
- CLI Rack
Disclaimer
This module is licensed under MIT. This means you are free to use it in commercial projects.
The GPLv3 license clearly explains that there is no warranty for this free software. Please see the included LICENSE file for details.