Go to file
2024-09-24 14:40:32 +02:00
qlprint Changing crop to dontcrop for better default 2024-07-19 15:26:44 +02:00
flake.lock Updating locks because package is dependant on pytest-runner which is deprecated and causing nixos to fail building 2024-09-24 14:40:32 +02:00
flake.nix Initial version of qlprint script 2024-07-11 17:17:51 +02:00
poetry.lock Updating locks because package is dependant on pytest-runner which is deprecated and causing nixos to fail building 2024-09-24 14:40:32 +02:00
pyproject.toml Optional whitespace trim using -c 1/0 2024-07-19 15:00:36 +02:00
README.md Initial version of qlprint script 2024-07-11 17:17:51 +02:00

qlprint

Printing tools for Brother QL-570 label printer

$ qlprint --help
usage: QLPrint [-h] [-c COPIES] image

Printing tools for Brother QL-570 label printer

positional arguments:
  image                 path to image (with extension, i.e. .png) or name of temporary folder to continue printing part way through a
                        failed print job (this would be a random string of 10 letters or numbers, e.g. oet845cgx9)

options:
  -h, --help            show this help message and exit
  -c COPIES, --copies COPIES
                        number of copies of the image/images to be printed

Have fun printing!

Print an image of a collection of images

$ qlprint {/path/to/image/and/filename.extension}

Print multiple copies of an image

$ qlprint {/path/to/image/and/filename.extension} -c 5

Recovering failed prints

A recovery code (with is a random string of 10 letter of numbers) will be printed to the console when using qlprint. If qlprint fails then the rest of the print can be recovered using

$ qlprint {recoverycode}