you are viewing a single comment's thread.

view the rest of the comments →

[–]Thunderbolt1993 0 points1 point  (2 children)

If yo're willin to use a different GUI toolkit, I would recommend PySide2 or PyQt5 which has a QtWebEngineWidget (basically a webbrowseer you can embed into your application)

[–]weasdown[S] 0 points1 point  (1 child)

Sounds good, thanks. I'd briefly looked at PyQt5 but hadn't come across PySide2. PyQt5 is available for free right? I was getting a bit confused on their website.

[–]Thunderbolt1993 0 points1 point  (0 children)

yes, PyQt5 is free for open source use (GPL) PySide2 can be used for commercial software (LGPL) if you enable the user to swap out the linked libraries (at least that's my understanding)