The tkinter Entry Widget

preview_player
Показать описание
This lesson shows how to obtain user data from a GUI i.e. it shows how a user entered string can be read from a GUI to a variable within the program.
Рекомендации по теме
Комментарии
Автор

Finally found someone who knows his stuff and explains it clearly. Thanks!

WoodyPembs
Автор

I'm working my way through your play-list and wishing I'd found it earlier.

Excellent videos, well planned and structured and very professionally presented. Many thanks.

BaronVonBiffo
Автор

I'm beginner and I saw many ways to write with tkinter. That form is the simplest and useful. Without unnecessary classes and arguments to run the code and see the magic happens. Thank you for show how tkinter is easy.

MsLFilipe
Автор

Fred Smith has always been popular in test and demo programs. Like the idea of you showing different ways of assigning data to widgets.

SusanAmberBruce
Автор

Very very well explained, finally understood!! You are awesome!!

lolkgraham
Автор

You're the best python teacher on youtube.

soundhub
Автор

thank you man! i needed that for my assignmetns. difference is that i needed to change label1 ito whatever is written in entry by clicking button. so i just din't inlcude label2 but still following your code and it worked thanks a lot for showing the ropes!!!!

Kkyo_Raps
Автор

Thanks a lot. I was looking for this from a long time.

sridevig
Автор

your videos are wonderful...i just live them
just one suggestion: pls number the videos you have uploaded in the playlist(ex: #1, #2), it would be very helpful.
thank you!!!!

googlegame
Автор

Might suggest throwing up a link to this in github so others can potentially copy / paste or double check to see if they made any errors. Otherwise great work!

jeffreydilley
Автор

Here we assign the string and Hello to a variable then dump that into the label2.
string_to_display="Hello " + name_of_user


Could we do this?
label_2["text"]="Hello " + name_of_user

MaxGoddur
Автор

Nice video.If you could provide the code this would be very helpful...trying to copy manually is very tedious, Thanks John for the excellent vids

johnpro
Автор

Excuse me sir! You told that Entry widget is used for text input. so Is there any thing to get the float number as input from the user using widget in tkinter...

feezankhattak
Автор

How to change border color of entry widget? And. how to put placeholder in entry widget ? And . how to padding left to the placeholder.

mglyricsstudio
Автор

Hello Thanks for the video it was really helpful but I have a problem how can I reach to you

anasbenbrik
Автор

great great great great great great great great great great

bensmith
Автор

I am trying to get text from an entry then delete the entry button for esthetic reasons and continue using the data, but i am not able to do it.
somelike Type Hello in the entry box and save it as a textvariable ...then save that to x like x=var1.get() then after the entry widget is deleted by entry.destroy, .x is not equal to Hello but to an empty string..I have been at this for a whole day and i cannnot find out how to extract data from a widget entry, any thanks would be appreciated

dimitriosdesmos
Автор

Thanks for the tutorial. I am facing below error while using .get() method. AttributeError: NoneType has no attribute ‘get’. Can you help me to solve this issue?

LOB
Автор

You know, taking away the like dislike bar is sketchy. If you trust the content your posting I see no reason why you wouldn't have it. It's a bad look.

benhahn