https://github.com/hmazter/raspberrypi-label-printer
Raspberry pi label printer
https://github.com/hmazter/raspberrypi-label-printer
labelwriter raspberry-pi
Last synced: 10 months ago
JSON representation
Raspberry pi label printer
- Host: GitHub
- URL: https://github.com/hmazter/raspberrypi-label-printer
- Owner: hmazter
- Created: 2013-06-20T09:41:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T12:46:46.000Z (over 8 years ago)
- Last Synced: 2025-04-13T16:12:13.981Z (10 months ago)
- Topics: labelwriter, raspberry-pi
- Language: C++
- Size: 2.93 KB
- Stars: 21
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 [ ...]
```
Where `label image 1`, `label image 2`, etc is a path to a png image to print.