Entry Widgets in CustomTkinter - Tkinter CustomTkinter 3

preview_player
Показать описание
In this video I want to talk about Entry boxes for Custom Tkinter and Python.

Entry widgets are one of the most fundamental widgets in Tkinter, and with CustomTkinter you can customize them in lots of fun ways.

We'll look at all the main widget attributes in this video, as well as how to grab data from and Entry box and Clear an Entry Box.

#tkinter #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:14 - Create Label
1:43 - Create Entry Widget
2:32 - Create Button and Function
3:44 - Get Entry Data
4:42 - Change Entry Height and Width
5:06 - Change Entry Text Font Size
5:32 - Change Entry Corner Radius
6:02 - Change Entry Text Color
6:36 - Change Entry Placeholder Text Color
7:14 - Change Entry Background/Foreground Color
8:01 - Clear Entry Text
9:13 - Change Entry State
10:53 - Conclusion
Рекомендации по теме
Комментарии
Автор

▶ Watch CustomTkinter Playlist ✅ FREE Tkinter Widget Book
▶ See More At: ✅ Subscribe To My YouTube Channel:
▶ MASSIVE TKINTER.COM DISCOUNT ✅ Join My Facebook Group:
▶ Get The Code For This Video

TkinterPython
Автор

Love your energy in these tutorials. Got me fully engaged right from beginning till end.

Akarsh-
Автор

I watch it with Turkish subtitles, it is a very useful channel, thank you.

MedetAk-kbjq
Автор

for the clear button END does not work for me (kicks back and error). "end" in lower case and between quotes does work.

mking
Автор

thank for the tutorial, i wan to remove the focus Cursor from the entry box, got any code that can do that?

cryan
Автор

IF I click browse button and want to get PATH LINK in ctkentry
how to use

technostartups
Автор

how to add padding inside the entry widget? from left to right. Only apply to our input text when we click on the entry field.

zerbmovies
Автор

If it's possible to remove the entry widget border, show the border only on the bottom

Ashiquem-zm
Автор

Is it possible to manage what users can input? Like if I create phone_number = so it accepts only numbers

FZNGames
Автор

what about input number with limited options? with top and down arrows

MeiNeam
Автор

как ограничить ввод цифр или только букв?

michaelmushers
Автор

sir can you please tell me how I can add '*' when i will use the Entry for password

MSTSLive
Автор

Can you please tell me the way to get the value of the entry whenever the user changes the text ? like onChange event

toantranminh
Автор

How are you sir I have a question from you if we build software in python with the help of tekinter if I sell that software to a client and later on in future it means any update from me. etc. then how will we update it so that we can update it from our side and when they use the net to update it, the new feature will be added to it. Please make a video on so that we know how python software is done online ok sir thank you

SHEERAZ-ALI
Автор

Why there is no right-click in the entry widget? For copy/paste.
Or do we need to implement it by ourselves?

victornikolov
Автор

What if I want make a password entry and I put show="*", but idk how make the eyes to make visible character and click back to invisible? Tell me if you understand me . I need help in that.

PazzoRagazzo
Автор

can we validate the whether entry widget is empty or not .?

SurajPatil-gv
Автор

Could you please make a video on how to convert .py to.exe for customtkinter projects? It will be very helpful.

indonamja
Автор

How would I make an entry widget that scrolls down, per se? With the example given, a large amount of text would cause the entry to scroll right rather than dropping down a level. I want to be able to put more text than is allowed to show at once with the width of the widget. EDIT: looks like I would need to use a textbox widget, instead, lol. Never mind!

EmilyBreed-erhw
Автор

Update: for the line ```my_entry.delete(0, END)``` it seems that latest Customtkinter version now has changed the syntax from END to "end" instead for it to delete everything till the end of the text

skycracker