Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 437 Bytes

DEMO.md

File metadata and controls

13 lines (10 loc) · 437 Bytes

TkinterWeb.Demo Documentation

Overview

The Demo class provides a simple example of TkinterWeb in action. The class, when invoked, opens a Tkinter window with the Tkhtml3 website loaded.

Usage

To use the TkinterWeb Demo, simply call the class. Here is an example:

from tkinterweb import Demo
Demo()

To embed the TkinterWeb browser into your own application, instead use the HtmlFrame widget.