From f166d2b10e32ca92c067dbc9177b3026b5bad990 Mon Sep 17 00:00:00 2001 From: Hendrik Schutter Date: Thu, 24 Nov 2022 20:22:48 +0100 Subject: [PATCH] added label img --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36cec9a..84b047c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ - Generate label and print them via brother QL-570. - Receive data from [reHDD](https://git.mosad.xyz/localhorst/reHDD) via IPC message queue. -# Install # +## Example Label +![Screenshot of label](https://git.mosad.xyz/localhorst/reHDDPrinter/raw/commit/977baf27db7d7460cac0be9eea6b545afbd118d0/output.png "Example Label ") + +## Install ## `pip install qrcode sysv-ipc pycstruct brother-ql`