lincolnloop / python-qrcode

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

Is there a way to use this module to create QR codes with images in the center? #283

Closed MCUxDaredevil closed 1 year ago

MCUxDaredevil commented 1 year ago

I am trying to create QR codes that contain a logo at their center. Something like this:

image

Is it possible to do so using this library? I know there are already multiple ways to manipulate the design but not sure if this is one of them.

rousseldenis commented 1 year ago

I have the same requirements

bennychee commented 1 year ago

https://medium.com/codestorm/how-to-create-qr-code-using-python-2094dc7e3db6

MCUxDaredevil commented 1 year ago

https://medium.com/codestorm/how-to-create-qr-code-using-python-2094dc7e3db6

Thanks a lot @bennychee !