Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 450 Bytes

DEMO.md

File metadata and controls

14 lines (11 loc) · 450 Bytes

TkinterWeb.Demo Documentation

Overview

The Demo class provides a simple example of TkinterWeb in action by opening a Tkinter window with the Tkinter Wiki loaded.

Usage

To test the TkinterWeb demo, use the following:

from tkinterweb import Demo
Demo()

TkinterWeb

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