AndBondStyle / niimprint

Python library for Niimbot label printers. Supports D11/B21/B1 via bluetooth or USB.
MIT License
224 stars 32 forks source link

Add niimprint command #18

Open MoshiBin opened 7 months ago

MoshiBin commented 7 months ago

This PR installs a script named niimprint. This script runs the same code as running python3 -m niimprint (__main__.py).

The PR also changes pyproject.toml to add support for python versions higher than 3.11.

Support for versions 3.10 and higher added in #19 .