Skip to content

A web service offering an API to print labels on Brother's QL-series. You can write your own plugin to add a new label style.

License

Notifications You must be signed in to change notification settings

pklaus/label_api

Repository files navigation

label_api

Install requirements:

pip install -r requirements.txt

Run:

./label_api --help
# for example:
./label_api --port 8080 --model QL-800 --printer usb://0x04f9:0x2015 --backend pyusb

The CLI signature of label_api is as follows:

Usage: label_api [OPTIONS]

  Start the label_api software

Options:
  --host TEXT     Host / IP to listen on
  --port INTEGER  Port to listen on
  --model TEXT    brother_ql model
  --backend TEXT  brother_ql backend
  --printer TEXT  brother_ql printer
  --debug         Enable verbose debugging output
  --help          Show this message and exit.

About

A web service offering an API to print labels on Brother's QL-series. You can write your own plugin to add a new label style.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published