Python package to talk to Brother QL label printers. Current version 0.9.4, with irregular release cadence.
pip install brother-qlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Convert a text label to printer instructions (no printer needed).
Use `convert(label='...', ...)` instead of `convert('...', ...)`.Always pass a string, e.g., label_type='62'.
Add a udev rule: `SUBSYSTEM=="usb", ATTRS{idVendor}=="04f9", ATTRS{idProduct}=="209b", MODE="0666"` (adjust idProduct for your model).Install udev rule or run with sudo.
Change `convert('your text')` to `convert(label='your text')`.No dependency data recorded yet.