Python: How Can I Render HTML Code And Show The Result To The User? -


i'm building python app should html code, render , display result user in tkinter gui. how can that? prefer having built-in module, or module can use easy_install get. advance.

(i'm using osx yosemite python 2.7)

save html file location, , use webbrowser module's open() function display it; see https://docs.python.org/2/library/webbrowser.html documentation.