Python Forum

Full Version: WebPages in tkinter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Gui = TKinter
Using Place()

Question = Am i able to put a chromium pop up page on to tkinter place()
i want to put skyvector as a pop up display but i dont know how to do so.
tkinter is old TCL/TK wrapper and currently (maybe forever) can't display web pages without first converting each page as an image
wxpython, kivy or Qt5 all have browser widgets

This compares wxpython and Qt5: https://opensource.com/article/17/4/pyqt...s-wxpython
this compares PyQt and Kivy