hmazter / raspberrypi-label-printer

Raspberry pi label printer
21 stars 6 forks source link
labelwriter raspberry-pi

Raspberry Pi Dymo Label printer

Small c++ program to print a png image to a Dymo Labelwriter 450 on Linux (raspbian)

Install

git clone ...
cd raspberrypi-label-printer
make

Usage

./PrintLabel <label image 1> [<label image 2> ...]

Where label image 1, label image 2, etc is a path to a png image to print.