Python GUI application embedding a web browser - Options?

Paul Moore p.f.moore at gmail.com
Wed Oct 19 10:25:52 EDT 2016


On Wednesday, 19 October 2016 13:54:09 UTC+1, Mark Summerfield  wrote:
>
> Since the application is a web app have you looked at:
> https://github.com/r0x0r/pywebview + https://github.com/dddomodossola/remi
> or at
> https://flexx.readthedocs.io/en/stable/
> These basically wrap the platform's web engine so you can write stand alone desktop apps but coding in Python (which gets translated into HTML/JS).

I think that's the opposite of what I want (which is a standalone desktop app coded in Python, than embeds an active webpage as a widget in the app). But I'll take a closer look - it may be that I'm not clear on what they are doing (pretty certain, I've barely any experience with what's available for Python outside of command line applications).

Thanks,
Paul



More information about the Python-list mailing list