May 2018
Beginner to intermediate
452 pages
11h 26m
English
The ttk.Entry widget is a basic, one-line character entry, as shown in the following screenshot:

You can create an entry by executing the following code:
my_entry = ttk.Entry(parent, textvariable=my_text_var)
In the preceding code, the commonly used arguments to ttk.Entry are as follows: