Modern GUI Design With Tkinter - Python Tkinter GUI Tutorial 219

preview_player
Показать описание
In this video we'll learn how to create Modern GUI Design using the CustomTkinter Library for Tkinter and Python.

Tkinter looks old and clunky, you can't deny it. But now, with the CustomTkinter library by Tom Schimansky, you can make awesome modern looking apps with ease!

This should blow the doors off App GUI Design!

#tkinter #codemy #JohnElder

Timecodes

0:00​​ - Introduction
2:56 - Pip Install CustomTkinter
3:14 - Copy The Example App
3:41 - Comment Out The First Line
4:18 - Play With The Example App
4:56 - Change Colors
6:27 - Quick Walkthru
7:36 - Conclusion
Рекомендации по теме
Комментарии
Автор

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

Codemycom
Автор

This GUI is gorgeous compared to the regular tkinter. I was trying to work on a project I wanted to use python for but none of the GUI's seemed right until looking at this

devcentral
Автор

I just used this tkinter module for my capstone project for graduating college! It's REALLY nice.

jamesthomason
Автор

Fantastic John, I've started switching over some of my tkinter projects. Love the videos, keep up the great work!

pademo
Автор

This is awesome. I've just rewriting a program that i made since following your python tutorials. the gui was tkinter but i was slowly converting it to kivy. looks like im changing to this instead.

pape
Автор

I found your first tkinter video super helpful when making some custom code for my lab. I was upset with the windows 98 style but it was functional and thats all I need. Im now very tempted to rewrite the entire front end using this custom tkinter!

mohammedhijaz
Автор

Thanks for your youtube content. Objective and assertive didactics. It helps me a lot in my studies. I'm from Brazil. I'll take a look your books. And buy some of them... 🤭 Thank you again.

seucanal
Автор

Great video! I have a question though. Is it possible to use the CustomTkinter library in drag-and-drop designer tools such as QT Designer?

larskoch
Автор

Hi, im trying to rewrite my programm from tk to ctk, but my withdraw/deiconify, destroy and focus_force functions doesn't work. Is there any ctk functions for this?

kiselevwork
Автор

This is the game changing video for my project.
Thank sir love from India.

TonyStark-xluz
Автор

Hi,
with tkinter python can I create two boxes with a name inside and relate them with an arrow?
I need to solve a non-binary tree and the graphic representation is difficult for me.
It must be dynamic. any book, pdf, guide that there is and you know and can tell me? Thanks a lot.

mauricioluisvega
Автор

Does it support canvases so you could uses figures from matplotlib to display data?

clintmcc
Автор

Hi john, I am trying to use the combobox.bind function using customtkiner.CTK. Unforunately it is working. I couldn't bind the two combobox. can you put some video about it or share some example. Thanks

udayakumar
Автор

Thank you. Really interesting and simple library.
Exactly what I needed
Thank you)

pqqgbek
Автор

thanks for the vid mate, i'll be checking this out

thedoodler
Автор

is there a way to add OptionMenu into this Custom ?
clicked = StringVar()
options_1 = ["1",
"2",
"3"]
clicked.set(options_1[0])
self.drop_1 = OptionMenu(self, clicked, *options_1)

self.drop_1.grid(row=2, column=0, pady=10, padx=20)

i wanted to add dropdown list, thanks in advance .

mohanadelashkar
Автор

Wow, This is much better looking. I wonder if it plays nicely with canvas' from OG tkinter. Thanks for showing this! Gonna play around with it when I get home!

Feed the algorithm! LIKE and engage! It's free!

RyanDanielG
Автор

I would like to ask question how can we use canvas to display background image on customtkinter
beause I have error message for this
canvas.create_image(0, 0, image=filename, anchor="nw",)

qbxxzhb
Автор

Sir thank you so much i love these is awesome

Kennethlumor
Автор

I think we all can agree that you are the best tkinter developer

codewithraiju