Creating Multiple Entry Boxes Automatically - Python Tkinter GUI Tutorial #65

preview_player
Показать описание
In this video I'll show you how to create many entry boxes automatically for your tkinter app.

This will give you the groundwork needed to create excel like apps with tkinter.

The cool thing about this is that we don't need to write a bunch of code tat assigns variable names to each entry box. Instead, we'll simply append each entry box to a python list that we can access anytime we want to see what a user has typed into a specific box.

#tkinter #pythontkinter #tkintergui
Рекомендации по теме
Комментарии
Автор

This video is literally what I've been looking for on the internet for ages! Thank you so much this is really gonna help with my project!

noice
Автор

Thanks for this video, it solved a problem for me (see fun text),
Just for fun:
if you change "my_entry = Entry(root)" to "my_entry = Entry(root, text='Test')"
then typing in one box will fill all the other boxes at the same time :)

albertholman
Автор

▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:

Codemycom
Автор

Spent numerous hours searching for this video. Gald I found one! Thank you codemy.

princeshrestha
Автор

Dude im from México and i always see your videos when i have a question with tkinter, and always you save my life with my homeworks, thanks and good luck.

edyvideosnice
Автор

this is exactly what I demand. honor the vloger.

kunxu
Автор

Sir, Only because of you I could able to finish all my projects. Thanks alot

ARUNKUMAR-opcn
Автор

hello sir I am your big fun I learned coding from you your channel helped me a lot
please make a playlist on OOP with tkinter I need this a lot I can't find good vidoes

jeshhhhuih
Автор

thank you sooo much man. I've been given an assignment to complete in one week where i have to make a working chessboard using tkinter and an OOP approach and i have no previous experience with either of the two . I was about to be stuck on this for like 5 hours if i didn't find this video.

ogglieostrich
Автор

It was much helpful for me
And I have been looking it from weeks

alpapatel
Автор

Thanks so much for saving me so much time. I had been searching for this information for so long.

jayhampa
Автор

This video is very very good. ii eally like the step by step line explanation.

gerardfinette
Автор

Dear John, How do you pass in the textvariables in these multiple entry widgets

MrNyamwanga
Автор

Sort of what I wanted but not quite. I want 4 entry boxes on a row with a checkbutton on the row that enables/disables the entry boxes, which I've successfully done for a single row, but failed to create a loop method to replicate the dozen or so rows of the same that I want. My main stumbling block is the variable that enables only its associated row. A final 'ADD' button will get all the data from all ENABLED entry boxes, ignoring disabled ones, into a global list, along with a unique header ID (Other frames will have other 'ADD' buttons to add to the global list, which will later be processed to make a final output file.

nivp
Автор

Exactly what i was looking for, thank you John!

PeeOrbital
Автор

Thanks a billion for this video. It's so

nguyenvantrieu
Автор

Very good explanation and demonstration

arulrayappan.i
Автор

hi, i know maybe it's a bit late for this comment, anyway, i was doing a job with python and i recreated more or less the same situation as you, with only the labels that through buttons change their text, but all the buttons affect only one label and I wanted to ask you how can I fix?

devinoshchannel
Автор

Thanks a million for this video. It's so helpful. Can you please do a video on text widget?

judeleon
Автор

Hello, do i need the same way to get the values of checkboxes? Just append the values into a values list? Or do i need to append the checkboxes to a list?

osce