#tkinter #customtkinter #python #codingwithfaisal
In this video, I introduced you to the customTkinter library and we'll use it to customize and modernize one of our login app. Let's talk about how to build modern-looking graphical user interfaces (GUIs) in Python using Custom Tkinter. This video is complete beginner friendly and step by step tutorial. I explained each line of code in detail.
Please like and subscribe my channel for more programming videos
----------------------------------------------------------
⏰TIME STAMPS ⏰
--------------------------------------------------------
0:00 - Overview
0:29 - introduction of Customtkinter
0:53 - install customtkinter library using pycharm terminal
01:16 - Creating login window with customtkinter
02:01 - Change size of window
02:13 - Add frame to root window with customtkinter
02:32 - Add label in frame with customtkinter
02:50 - Add entry widgets in frame with custom tkinter
03:03 - Placeholder to display text in empty entry widget
03:13 - Entry widget for password and hide password with show method
03:42 - Add Button widget in frame with customtkinter
03:55 - Add checkbox widget in frame with customtkinter
04:05 - Change the look window to dark in customtkinter
04:30 - Set color theme to green in customtkinter
04:40 - Modern GUI created with customTkinter Module
04:50 - Conclusion