heuer / segno

Python QR Code and Micro QR Code encoder
https://pypi.org/project/segno/
BSD 3-Clause "New" or "Revised" License
606 stars 52 forks source link

Eyes and frames customize required! #136

Closed aiddroid closed 4 months ago

aiddroid commented 4 months ago

eyes and frames customize required!

heuer commented 4 months ago

Beyond the scope of this project as it would introduce dependencies on advanced graphic libs like Pillow. The lib should be self-contained and not have any dependencies on other libs.

aiddroid commented 4 months ago

Beyond the scope of this project as it would introduce dependencies on advanced graphic libs like Pillow. The lib should be self-contained and not have any dependencies on other libs.

Can you add some callbacks or plugin APIs, that users can custom the style of the QR?

heuer commented 4 months ago

Segno supports usage of plugins, see https://segno.readthedocs.io/en/latest/plugins.html

https://github.com/heuer/qrcode-artistic/blob/master/qrcode_artistic.py may serve as an example.