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

Segno GUI and Windows prebuilt executables #117

Closed deajan closed 11 months ago

deajan commented 1 year ago

Hello,

I've built a GUI for segno at https://github.com/netinvent/segno_ui The GUI is designed to work on Windows and Linux (both have been tested so far) and I provide prebuilt binaries for Windows in order to make segno as accessible as possible for new users.

Data fields are dynamically generated from helper function signatures, so if you add field, it will automatically be added to the GUI.

I'd love to get some feedback from you, and perhaps a link from your project to mine if you think it's good enough.

Best regards.

heuer commented 1 year ago

Thank you!

I'll add a link to the docs and README.

deajan commented 1 year ago

Thank you for the effort you put into segno ;)