user interface - Load webpage in Python GUI window -


i've searched on google , stackoverflow having trouble finding answer, though seems should easy do.

how can use python load url own window, rather in browser? imagine should trivial in tkinter or other gui package.

yeah. that's easy qwebview in pyqt/pyside

you instantiate new qwebview , pass url it

qwebview.load(qurl('http://www.www.pythoncentral.io')) 

you can read more here

http://pythoncentral.io/pyside-pyqt-tutorial-qwebview/

and in pyqt docs

http://pyqt.sourceforge.net/docs/pyqt4/qwebview.html


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo