python-escpos/examples
Romain Porte 5bd6dcf471 Ensure QR codes have a border large enough (#235)
*  Ensure QR codes have a border large enough
(The QR code spec requires a border at least 4*box_size thick but we can't
 just set border=16 because that results in a QR code more than 255px tall
 and I'm not yet ready to use fullimage() as a backend for it)
This fix was originally commited by Stephan Sokolow on 2014-05-22
* Let the user print stuff using qr example
* fix tests
2017-07-24 15:04:54 +02:00
..
codepage_tables.py use print function in example 2017-01-30 03:00:23 +01:00
qr_code.py Ensure QR codes have a border large enough (#235) 2017-07-24 15:04:54 +02:00
software_barcode.py PEP8 software barcode example 2017-05-22 20:25:51 +02:00