claudep / swiss-qr-bill

A Python library to generate Swiss QR-bill payment slips
MIT License
98 stars 39 forks source link

Add possibility to use it in Browser #96

Closed Mannshoch closed 1 week ago

Mannshoch commented 1 week ago

I came across an article that there are possibilities to use Python in Browser called WASM. It would be nice if you could create such a way. It would allow my club to auto generate a QR-Code and include a custom Remittance text.

claudep commented 1 week ago

If you want to use any Python package in the browser, I don't think that's a task for the package itself. If you have concrete ideas or patches, feel free to reopen and suggests them.