From 9ceac26a31124190c11f02eaa79e27b119765afd Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 23 May 2019 00:02:51 +0200 Subject: [PATCH] prints even better --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d33770..661414b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ #Pin Print Python +prints the publication with + +```bash +python3 print.py +``` + + takes an image (currently img.img) converts it to bitmap and prints it on the pin printer run ```bash -python3 print.py > /dev/usb/lp0 +python3 print_image.py --img /path/to/img ```