lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.39k stars 673 forks source link

Feature Request: Add 5x5 and 5x4/4x5 grids for transfer to paper #341

Open kawikao opened 1 year ago

kawikao commented 1 year ago

Is it possible to create a grid so that the code can be more easily transferred to paper?

Alternatively, use a base image that already has the grid on it that the qr blocks are printed over it.

The seedsigner project takes the approach of cycling through 5x5 and 4x5/5x4 grids to make it easy to create paper copies without having to print it out. Thanks