python-escpos/escpos
Nathan Bookham 1614298863 Adjusted QR error correction
Maxed out the error correction on QR code generation for vastly improved recognition. The trade-off is that the amount of bytes that can be stored are reduced.
2016-01-08 02:46:21 +01:00
..
__init__.py REFACTOR style and PEP8, fixes #66 2015-11-27 23:13:35 +01:00
cli.py Start on a command-line interface to the library (still hard-codes USB ID) 2016-01-08 02:46:21 +01:00
constants.py Apply the cash drawer fix detailed in Issue 10 on the Google Code repo. 2016-01-08 02:46:21 +01:00
escpos.py Adjusted QR error correction 2016-01-08 02:46:21 +01:00
exceptions.py Make BarcodeSizeError and BarcodeTypeError display the erroneous value 2016-01-08 02:46:21 +01:00
printer.py IMPROVE use sendall instead of send in network-printer 2016-01-08 01:56:06 +01:00