lincolnloop / python-qrcode

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

Circular shaped QR code #267

Open hoIIer opened 2 years ago

hoIIer commented 2 years ago

Is it possible to make the overall QR code in the shape of a circle instead of a square to be placed on a circular coin?

brentonmallen1 commented 2 years ago

This would be awesome, I've been spending hours trying to figure out how to make a circular one haha

brentonmallen1 commented 2 years ago

I created the following circular qrcode in this way: https://brentonmallen.com/posts/circular_qr_code/circular_qr/

The qrcode points to https://stackoverflow.com/

qrcode_test

Notes:

I hope this helps!