Chapter 24. The Entry Widget

Table of Contents
When to use the Entry Widget
Concepts
Patterns
Methods
Options

The Entry widget is a standard Tkinter widget used to enter or display a single line of text.

When to use the Entry Widget

The entry widget is used to enter text strings. This widget allows the user to enter one line of text, in a single font.

To enter multiple lines of text, use the text widget.