Is it possible (in the near future) to provide a single HTML file (for offline usage) as a Github-release (the way Ian Coleman does with his BIP39 project)?
Backend is written in Python and thus cannot be easily embedded into an HTML page.
Providing that option users might avoid those annoying dependencies installation procedures...
I agree that dependency installation requirement is not user-friendly, especially for not tech-savvy people. But you can avoid installing everything manually by running this website as a container in Docker. Installation instructions can be found here:
https://docs.docker.com/desktop/BTW your BTC msg tools is a great project: BitcoinMessage.Tools
Congratulations for reaching those results so far...
And keep up the effort!
Thanks!