hmazter / raspberrypi-label-printer

Raspberry pi label printer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Raspberry pi label printer


Languages

Language:C++ 95.9%Language:Makefile 4.1%