Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.01 KB

niimprint

An open-source library and client for Niimbot printers

Fork changelog & differences from original version

  • Tested on Niimbot B1, B18, B21, D11, D110 and Python 3.11
  • Added transport abstraction: switch between bluetooth and USB (serial)
  • Disabled checksum calculation for image encoding (works fine without it so far)
  • Switched to click CLI library instead of argparse
  • Integrated pyproject.toml and poetry
  • Integrated pre-commit and ruff, re-formatted all files
  • Miscellaneous refactoring / file renaming / etc.

Installation and usage

Check out documentation.

Licence

MIT. Originally developed by kjy00302, forked & enhanced by AndBondStyle