The Demo
class provides a simple example of TkinterWeb in action by opening a Tkinter window with the Tkinter Wiki loaded.
To test the TkinterWeb demo, use the following:
from tkinterweb import Demo
Demo()
To embed TkinterWeb into your own application, instead use the HtmlFrame or HtmlLabel widget.