Python Tkinter Beginner Entry Widget and Get Method

preview_player
Показать описание
On this python tkinter video we will be going through the Entry Widget. This explanation and demonstration of the widget is for complete beginner to understand certain features of this widget and how they can actually apply them.

This video will cover the widget and a method that can be used in order to get the text string inside of it. However, there are still some limitations to what is shown today. Another way of manipulating the values from an entry widget will be shown later on but for now this video is for the viewer's experimentation with the widget and the get method to properly understand event based applications like tkinter.

0:00 Entry Widget Introduction and Description
0:59 Creating an Entry Widget in Code
2:09 Get Method Introduction and Common Errors
5:31 Explaining Event Based Applications
6:22 Using Event Triggering Widgets like Buttons
8:57 Using a Button for the Get Method
9:59 Using the Get Method to Gather Values for Other Widgets
12:26 Outro and Thank You
Рекомендации по теме
Комментарии
Автор

Thanks for all of the content you produce. I have learned much and still have so much more to learn. Thanks again!

SiuofEU
Автор

Nice video. You can get the data from the entry without a button widget also if you set up a bind for a button, for example "Enter" key
entry1.bind('<Return>', getText)

ferkik.
Автор

Nice and Simple, you know how to explain

moltebin
Автор

Font way to small to follow also the audio is very unhearable...

rcustodian