Modern Graphical User Interfaces in Python | Customize your Login Screen with Custom Tkinter

preview_player
Показать описание
#python #tkinter
Let's talk about, how to build modern-looking graphical user interfaces (GUIs) in Python using Custom Tkinter.

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

Sir thank you so much for this tutorial, I'm also a python tkinter developer using customtkinter, sir please with my humble request make more videos on the GUI I love it paaa.

Kennethlumor
Автор

My screen goes straight to the Home Screen window. Skipping the login page. Could you tell me why. I place the function ion exactly where you did

aliitayem
Автор

for me i am unable to make the frame black color
any idea ??

giridharans
Автор

I have made a application with custumtkinter python, when it changes a screen we can see how it is changes, like each frame comes and changes its position until final position takes, within 1 sec

PANDURANG
Автор

you are legend men thank's for helping me to build simple app

TechInFunWay
Автор

How did you make it that there is no border between the background image in the label and the main frame. When I tried this code, I get a padding between them.

Badkik
Автор

the background music was so good I forgot to pay attention in the video....

oobs_
Автор

How convert to axe using pyinstaler no error

vendasimports
Автор

I thought the grid system is easier and popular, is place more useful ?

sarradzsarra
Автор

how to get text from "username" entry?

marcintrapowicz
Автор

Hey friends, great video, but i have a problem with the background, it says "expected type CtkImage got PhotoImage, i have the same source that u have but i don´t know what is the problem... thanks

caqueTV
Автор

I got a error message. that is "No module named 'customtkinter'' I've already install customtkinter. why is the reason?

legoshlee
Автор

i cant download PIL pip what should i do?

crafting_boy
Автор

You can remove the CTkLabel text from Image like this in Label add text=""

usman-amjad
Автор

please for the next video a video palyer

leer
Автор

UserWarning: CTkLabel Warning: Given image is not CTkImage but <class 'PIL.ImageTk.PhotoImage'>. Image can not be scaled on HighDPI displays, use CTkImage instead.

Warning: Given image is not CTkImage but {type(image)}. Image can not be scaled on HighDPI displays, use CTkImage instead.\n")
Traceback (most recent call last):
File "c:\Users\user\OneDrive\Desktop\custom_tkinter_login-master\customtk.py", line 51, in <module>
img2=customtkinter.CTkImage(Image.open("./assets/Google__G__Logo.svg.webp").resize((20, 20), Image.ANTIALIAS))
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'

TddyPro