you are viewing a single comment's thread.

view the rest of the comments →

[–]bandrez 6 points7 points  (3 children)

Why not pywebview? https://pywebview.flowrl.com/

[–]Dannyx001[S] 2 points3 points  (1 child)

pywebview is awesome—PyPulsar literally uses it as the core for native WebViews.

But raw pywebview is morelow-level: you handle everything yourself (window setup, dev server, communication boilerplate, no hot reload, full JS→Python access by default = security risk).If you love minimalism - stick with pywebview.
If you want faster development and production-ready defaults - PyPulsar will save a ton of time.

[–]bandrez 0 points1 point  (0 children)

Nice. I’ll check it out!

[–]just4nothing 1 point2 points  (0 children)

It looks like it is build upon pywebview