Utilities for printing to a Nemonic sticky note/label printer
This is a set of utilities developed for the Mangoslab Nemonic Gen 2 (MIP-201) sticky note/label printer.
This is a Python 3 script utilizing ReportLab to take a string and format it to fit on
the page. This is then output to a PDF and sent using lpr to the printer.
Tested on macOS. Should work on Linux. Could work in Windows with some command line parameter tweaks.
- Dry run mode displays the PDF
- TODO: Generate a checklist from a comma separated list
- TODO: Handle images
- Setup virtual environment:
./setup
- Display a 3x2" label:
./printNote -m label2 "This is a test" -d - Print a 3x2" label:
./printNote -m label2 "This is a test"