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

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -