Using Entry Boxes On Canvas - Python Tkinter GUI Tutorial #149

preview_player
Показать описание
In this video I'll show you how to add entry boxes to a canvas with Tkinter and Python!

In the last few videos I've been showing you how to use canvas to add background images to your app that can be easily resized. In this video we'll continue on by adding Entry boxes to our Canvas.

We'll also create this little fake login screen app that allows you to enter your username and password. We'll make the password entry box have stars to protect the password a little.

I'll also show you how to make your app non-resizeable.
Рекомендации по теме
Комментарии
Автор

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

Codemycom
Автор

Well your videos have been of great help for my school project. Thank you so much, Also i need to have that resizeable option and the image also resizing, so how should I go about it

animeshsingh
Автор

I created the same near above a month ago, this video helped by giving me the trick to show password as * at 12:20 - 12:22

codeKeshav
Автор

Hey I'm doing a project for school to receive weather fax images how would I import a window into a canvas to display the weather image?

linuxuser
Автор

Hi, very very cool Tutorials i made a login with first a greyscale background and after clicking the button change it to colored background - cool effect...

-eckes-w.
Автор

thank you again now i can use my pict as background in my program lol

shirokuma
Автор

for example if we need to store the value of the password in the database. how to retransfer the stars to the initial chars? what is the function to print the initial chars after show as stars?

ramehharmouch
Автор

I need to move image in canvas image without using arrow keys and buttons with loop. Thankyou

adityasivasaiabbarao
Автор

How to display total of any column of CSV flie in tkinter label when we simultaneously updating the CSV file.
It shows only pervious total using pandas. When we update/ add some value in CSV file still it shows old total.
I can upload my code can you help me?

wjdh
Автор

create shapes, move, copy and delete how to do all with mouse?

azeemgour
Автор

After create th un_window.... how to know the x and y thatshoul put? example 34 and 290 how to know that we should put these 2 number in their right position?

ramehharmouch
Автор

John, kindly make a Django beginner series First explain concepts and then put into the project.

faizrehman
Автор

I just used canvas as the master of the entrybox and it works... No need for canvas windows. I used place to place it where i wanted. Any drawbacks to this?

pirillomatis
Автор

Hey, I think I have an issue with my code.
I have a toplevel window that opens up another toplevel window with buttons.
These buttons are supposed to open up new windows but it doesn't seem to be working.
The new windows open up without me clicking the buttons and if I try clicking the button, it doesn't open up the window.
Any Idea what I could be doing wrong? I am applying the mainloop() function for the top-level windows but that doesn't seem to be working either.
Any help is appreciated, Thank You!

afrahtabassum
Автор

Consent I have a question but it's about the old calculator you made. How to use keys in my keyboard for the calculator. Because clicking everytime is a bit annoying

stilldose
Автор

how to increase the height of the textbox?

srajanmishra
Автор

If there is any way to put a toplevel inside a root window. Please do a video

mynameisgod
Автор

can you make a video on using requests and tkinter together sir pls

varman
Автор

Using half of the window makes really difficult to see the whole command.

Iqbalsharib
Автор

or you can even keep exact size of your window in tkinter geometry..;)

arunbeckham