Modern Graphical User Interfaces in Python

  Переглядів 1,425,281

NeuralNine

NeuralNine

Рік тому

In this video, we learn how to build modern-looking graphical user interfaces (GUIs) in Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine.com/books/
💻 The Algorithm Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/NeuralNine
🎙 Discord: / discord
🎵 Outro Music From: www.bensound.com/

КОМЕНТАРІ: 634
@afiffarakhan4992
@afiffarakhan4992 9 місяців тому
Man, what I've been looking for years. You're killing it bro
@robinpipslayertekprofitsfa2644
@robinpipslayertekprofitsfa2644 Рік тому
Definitely love the speed of delivery you bring!! Fast, sharp....to the point!! CTK added to the list of tools now, thinking I’ll be using that a LOT more than TK 😵🤭 cheers!!
@JRis44
@JRis44 Рік тому
Finally some more videos on this repository. I'm looking forward to the innovations coming out of this customTkinter! I need to get back to working on all the basic programs I made without a GUI back when I started learning python in February. Goodness this is exciting!
@HomelessOnline
@HomelessOnline 3 місяці тому
I'm a beginner to Python. This is a fantastic presentation, I feel like I could build a nice UI tonight.
@MrBiggles53
@MrBiggles53 Рік тому
LOT of improvements since 2.12 & wxPython! I hope to get back into Python in a year or so. Had to switch to Java then C+ or Sharp for projects before switching to web front ends then Linux Admin. The programming approach still comes in handy, but I’ve strayed from being pure pythonic.
@herbst2941
@herbst2941 Рік тому
Wow, that’s an amazing content! Started to work with tkintier few days ago, and got this video recommended, totally satisfied 😀
@sebastianjost
@sebastianjost Рік тому
Amazing. I could never figure out a reasonably easy way to do rounded corners in tkinter. Here that seems to be the default setting.
@Oliver1269ii
@Oliver1269ii Рік тому
This was such a fast, yet very informative video. Well done, thats a hard balance to make in a 10 minute video. Keep up the good work!
@sinkingboat101
@sinkingboat101 8 місяців тому
Could not agree more. As he pointed out himself, it is just sort of a wrapper around tkinter, with nicer names etc. and much more comfort. This can be all done in the original, but it would take a lot of time. A really nice 10 minute dive to get familiar with a new library
@skoolderz55
@skoolderz55 Рік тому
Depending on the python version, you would have to put "font=("Roboto", 24)" in place of "text-font"
@themastersoul3138
@themastersoul3138 Рік тому
Thanks bro it helps me!
@kaiden_aka_forevrr
@kaiden_aka_forevrr Рік тому
YOU ARE A LIFESAVER!!!! thanks so much!!! :)
@stephencombes1979
@stephencombes1979 Рік тому
Thank you very much!!!! I was struggling to figure out why it wasn't showing the GUI upon execution, I'm using Python 3. I hoped to see something in the comments, and wasn't disappointed 🙂
@septic2986
@septic2986 5 місяців тому
Thank You Sir
@lunowpt
@lunowpt 5 місяців тому
Thank u bro u saved me
@bloodyyjohnson7004
@bloodyyjohnson7004 Рік тому
thank you, I've been looking for a long time for a simple way to create beautiful interfaces, not so different from tkinter, I'm glade
@pipedreamsnetwerk5110
@pipedreamsnetwerk5110 Рік тому
Every video you put out, I learn something new about Python. You and Socratica are the best channels on YT for this kind of content. AAA.
@damanamathos
@damanamathos Рік тому
Great video, didn't realise it was so easy to make a great-looking GUI until I watched this video. Thanks!
@marksmith2738
@marksmith2738 2 місяці тому
This is the Stone Age of GUI's. You should be able to draw your interface with simple drawing tools. No code required.
@DocHudson420
@DocHudson420 24 дні тому
@@marksmith2738the code those create is garbage.
@shivrajanand2002
@shivrajanand2002 Рік тому
I am regretting for not finding this channel earlier. Bro you are amazing.
@RobMapes
@RobMapes Рік тому
Just discovered this video and immediately subscribed to your YT channel. Great resource for a long-time developer who is just starting to learn Python and who doesn't need an "entry to programming" channel.
@sebastiangudino9377
@sebastiangudino9377 Рік тому
You might also like mcoding then
@imclowdy
@imclowdy Рік тому
You are so consistent with amazing content; Hands down the best UKposts channel on python development.
@Hephasto
@Hephasto Рік тому
You sure the best?😊
@rivalyrs8579
@rivalyrs8579 Рік тому
@@Hephasto yea. with tim yea.
@ghost99slay
@ghost99slay Рік тому
This is GOATED! Thank you sm. Never stop making videos!
@alejandrogaut
@alejandrogaut Рік тому
Nicely explained, right to the point!!
@Native_love
@Native_love Рік тому
Excellent tutorial! Thank you!
@abhijitdutta1461
@abhijitdutta1461 Рік тому
Man you're soo underrated.. you deserve more subscribers 💯
@indorexian
@indorexian Рік тому
Ikr!!
@roeiroimi8970
@roeiroimi8970 Рік тому
Frfr
@mariumbegum7325
@mariumbegum7325 Рік тому
Fantastic content! Look forward to seeing more!
@DaeViZ0n3
@DaeViZ0n3 Рік тому
When will someone make a drag-and-drop editor for this and help everyone save time on manually coding such stuff. Even VBA had this built in, why is everyone so proud of all the characters it took to build a UI..
@robertfox499
@robertfox499 Рік тому
I was thinking the exact same thing myself. Even VBA in Excel has a click and drag UI builder so why are people getting so excited about this? And then it dawned on me that one could pretty easily build a Tkinter Drag and Drop GUI builder in... wait for it... wait for it...: Visual Basic Dot Net or Visual Basic C#. It would be a supreme irony, no?
@juanandresmolina9704
@juanandresmolina9704 Рік тому
It's a project (i don't remember the name) that does something like this, it's very basic and does not work really well. It uses Figma and Tkinter.
@MichaelVash7886
@MichaelVash7886 Рік тому
There is a program like that for qt. But I don't know of any popular ones for GTK
@TaoqeerNezam
@TaoqeerNezam Рік тому
PyQT "Designer"
@MichaelVash7886
@MichaelVash7886 Рік тому
@@TaoqeerNezam that's the one I know of.
@MZak-js7oy
@MZak-js7oy Рік тому
can you make a comparison between "PysimpleGUI, Tk, CustomTK, streamlit and Flet" ? the complexity of the code, the number of code lines, load time, speed, event handling, web usage etc ?
@UncleDavid
@UncleDavid Рік тому
flet is just flutter bindings, pysimpleGUI looks like windows 95, tk looks like windows 98, customtk looks like windows xp, streamlet is basically react components so html and css, pyqt has .ui files which are basically xml files, xml can be edited to your hearts content with css, or you can use their ui python syntax to make modern apps
@cheaterman49
@cheaterman49 Рік тому
Kivy too :-)
@Mahanmarwat
@Mahanmarwat Рік тому
@@cheaterman49 PyGi too.
@duftcola
@duftcola Рік тому
Pysimplegui only lets you create a single window so if your ui is a bit more complex than that then it is quite limited
@cheaterman49
@cheaterman49 Рік тому
@@UncleDavid How is Kivy "pretty limited"? It gives you access to the whole power of OpenGL/GLES, so you have literally as much control as you want :-)
@KellsCode
@KellsCode Рік тому
I built a nice little project with Custom Tkinter over the past 6 months! It's pretty good. It's great if your project needs to get up and running quickly and you want it to look decent. I have some videos on my channel about it.
@FDozza
@FDozza 9 місяців тому
This really helped me out, thank you
@CaffeinatedTech
@CaffeinatedTech Рік тому
That's a much more modern interface. Cheers for showing it off.
@martinyates353
@martinyates353 Рік тому
My first GUI! great video thanks.
@arbataxiansoul
@arbataxiansoul Рік тому
Illuminating and very well explained, I can´t wait to try it myself! Thanx
@coding_with_ash
@coding_with_ash Рік тому
ukposts.info/have/v-deo/eXN2l2yumLB0spc.html Plz check this awesome video also on the same topic.. .🙏
@ChineseBuddy
@ChineseBuddy Рік тому
Wow, exceptional channel. This rocked!
@samrijijkot
@samrijijkot Рік тому
Thanks for demonstrating all these libraries!
@coding_with_ash
@coding_with_ash Рік тому
ukposts.info/have/v-deo/eXN2l2yumLB0spc.html Plz check this awesome video also on the same topic.. .🙏
@Iamfoxbrown
@Iamfoxbrown 7 місяців тому
Topzeira o que vc fez. It will be useful for me to use in my projects. Thanks!
@minkulai
@minkulai 11 місяців тому
Thanks to you I've created my first GUI "app" :D
@SaintNath
@SaintNath 8 місяців тому
Thanks that is such a boost to my tkinter app I am building. Now it doesn't look like Windows 2000 anymore ❤
@retzerR
@retzerR Рік тому
THE VIDEO I NEED, thank you soooo much
@MidnightMarrow
@MidnightMarrow Рік тому
Man I'm glad I found this, out of everything I've looked at nothing has mentioned customtkinter lol. Starting with Python trying to make a server manager which is probably a stupid start but I also wanted something useful that will help push me through it instead of giving up sooner than later. Looked at the WYSYWYG GUI implements etc but everything kind of looked ugly. Part of me wants to just code it out in Sublime and the other part of me wants to save time on the GUI via drag and drop concept which of course creates massive endless blocks of code which is annoying to sift through should I have the desire or need to. As much as I don't want to waste time on it I want it to look nice and be user friendly and I'm kind of just stuck at what I want to do now. -_-'
@rawgosh
@rawgosh Рік тому
I am currently learning tkinter and I am super amazed by the fact that what a coding skill can do. Loved the video🙌🙌
@sebastianjost
@sebastianjost Рік тому
Looks like you can just use this instead. From what's seen in the video, everything you learn about tkinter can instantly be used for Ctk too. Syntax and variable names are almost identical and all major objects seem to exist in Ctk
@stilllearning3000
@stilllearning3000 11 місяців тому
That was amazing. Saving for later.
@training7574
@training7574 2 місяці тому
Very clear and to the point, thanks!
@versystudio822
@versystudio822 10 місяців тому
Since customtkinter update, if you have an error "ValueError: ['text_font'] are not supported arguments", change argument 'text_font' to 'font', like this: label = customtkinter.CTkLabel(master=frame1, text="Trade Control", font=("Roboto", 24))
@raindrop2124
@raindrop2124 8 місяців тому
Thank you, I was wondering why it wasn't working
@uplink-on-yt
@uplink-on-yt Рік тому
I'll forever be amazed at how we make visual interfaces without visual editors...
@NeonGreenT
@NeonGreenT 3 місяці тому
Yeah, or how we have to read through some thrown together error output instead of the editor just straight up jumping and highlighting the line where the exception happend. I mean it can output the error, why can't it process it then ? I think all of this is even more ridiculous if you compare it to games like AgeOfEmpires or something, like even the games almost thirty years ago had visual designers for their ingame levels, yet when programming anything it feels like I have to deal with 40yr old technology for some religious reason. IMO programming should be the most advanced user experience a computer can give you and not the worst one lol.
@DankMemes-xq2xm
@DankMemes-xq2xm Місяць тому
@@NeonGreenT True. Honestly feels like game engines handle this stuff better. It takes literally seconds to throw together a UI and a bunch of working buttons in something like Unity or Godot. It actually makes me wonder if making an application 100% in Godot is feasible (not a video game, but a mobile app like IG or something)
@LukieHZX
@LukieHZX Рік тому
This looks so f*ing good! 👍👏
@ElHeyne
@ElHeyne 7 місяців тому
This was so helpful. Thank you very much 😯
@WolfgangWittler1984
@WolfgangWittler1984 Рік тому
Nice, informative video. Thank you.
@piyushgupta5262
@piyushgupta5262 9 місяців тому
What about its comparison with ttkbootstrap ? Which one would you suggest ? No doubt this looks good, but looking for a suggestion.
@frederikmrozek4564
@frederikmrozek4564 Рік тому
The developer Tom is a cool guy. Really nice project!!!
@Vivek_xkt
@Vivek_xkt Рік тому
This is what i was waiting for.
@pardener
@pardener Рік тому
this interface is astonishing
@BCTAHbKA
@BCTAHbKA Рік тому
Bu şimdiye kadarki en iyi video
@BANIAAAAK
@BANIAAAAK 7 місяців тому
How do you know all that? You understand the concept? or you have a pre ready sheet?
@TheJoker-te7te
@TheJoker-te7te 7 місяців тому
This is awesome, thanks for sharing! I remember the days I would use Python and wxWidgets and smash my head against the wall, like 10 years ago. This is much prettier.
@aikidoshi007
@aikidoshi007 Рік тому
Nicely done, thanks!
@aaroncatolico7550
@aaroncatolico7550 Рік тому
I'm currently working on a project that I'm customizing manually. I've yet to try it cross platform as I've only tried it on Windows 10 & 11, but assuming that it looks good the across all OS's, I'll finish the whole project fully customizing it with my own graphics.
@janusztarnowski115
@janusztarnowski115 Рік тому
simple application enter your details ukposts.info/have/v-deo/fIefaWN8oW6DjoE.html
@shashwatmangulkar1107
@shashwatmangulkar1107 Рік тому
Thanks bro for the information, i got to know this from this video only and that too first time , now i will make better GUIs than tkinter ones
@BlackCat-vu1dc
@BlackCat-vu1dc Рік тому
I love how all video of many UKpostsrs saying you don’t need to know the module yet you are using it and if you are you need to understand it
@helderfn
@helderfn Рік тому
Excellent! Thank You!
@FabrizioFadda
@FabrizioFadda 8 місяців тому
i set a background image, a color gradient, but when i tried to set the frames transparent (to reveal the gradient in the background) it didn't work, just showed the system color or the dark or the light,. How can i solve?
@tayyab8215
@tayyab8215 10 місяців тому
amazing! we need more videos on python GUI
@ozmosyd
@ozmosyd 6 місяців тому
Nice. Thanks for shraring chap!
@guymerlindyangnou117
@guymerlindyangnou117 10 місяців тому
Amazing as usual
@davethinkingsystems
@davethinkingsystems 2 місяці тому
really nice video, thanks for sharing.
@muhammadabuelenin7233
@muhammadabuelenin7233 Рік тому
thanks bro, Keep it up
@TilDrill
@TilDrill Рік тому
I would have liked if you showed the visual progress of the frame somewhere while writing code since that makes if way easier to understand what does what
@CivicSploits
@CivicSploits Рік тому
kinda got bored and stumbled upon this very nice video i love python
@deemon710
@deemon710 Рік тому
That's kick-ass! Up to this point anything I made in python was restricted to cmdline stuff. Now I can make stuff with a UI! Thanks!
@2GoodMath
@2GoodMath Рік тому
Try pygame, its pretty good. It makes a custom window that you can draw shapes and images at any coordinate. Also, you can use math and lists to create complex games with physics or environments to explore.
@thisenekanayake2832
@thisenekanayake2832 7 місяців тому
Thank you❤
@x47base
@x47base Рік тому
I love that tutorial!
@nolanstrife7350
@nolanstrife7350 Рік тому
Hi there A quick question... Is there any good Python GUI designers akin to VS2022's Windows Forms or IntelliJ's Swing? And on that topic, is it so bad to rely on those? Because to me just coding UIs without seeing them is not very obvious, while using designers not only makes it easier to see what are you doing, but also doubles as a "sketching phase" of developing a program
@Quill-gs1kl
@Quill-gs1kl 2 місяці тому
pyqt5
@rachinter
@rachinter Рік тому
Thats so simple....thanks bro
@AnthonyKenny-wl5ud
@AnthonyKenny-wl5ud Рік тому
Works great! Had some customtinker import probs but got it working soon.
@azizalimbay739
@azizalimbay739 Рік тому
how?
@eddmanoo
@eddmanoo Рік тому
Merci, it is a great example (On line 17 text_font=, it gave me an error, so I only used font=)
@parenthecoltsenr
@parenthecoltsenr Рік тому
same, im glad i found your comment :D
@mmhome84
@mmhome84 7 місяців тому
Amazing content
@Vsont
@Vsont Рік тому
Awesome, well done!
@balcopc
@balcopc 3 місяці тому
nice video, works just like the original and looks great!
@dion4894
@dion4894 Рік тому
Great video! Is it possible to create a 'datepicker' using customtkinter?
@tudorradu5848
@tudorradu5848 2 місяці тому
Great tutorial!
@vincebracken3872
@vincebracken3872 Рік тому
Excellent tutorial
@weckchannel8071
@weckchannel8071 Рік тому
thank for sharing ❤❤
@dido2079
@dido2079 20 днів тому
congrats from Paris !!!!
@rudiklein
@rudiklein Рік тому
Nice! I was going to try some stuff in tkinter, but I use Ctkinter instead.
@stansuen8072
@stansuen8072 10 місяців тому
Great Video! Wonder if we can embed Javascript (like interactive stock chart) into the UI?
@whobetterthankyle
@whobetterthankyle 2 місяці тому
Accidental tutorial: I think I saw him using the insert key so he could drop the cursor to the next line without inserting a line break? Genius
@filecat9501
@filecat9501 Рік тому
honestly , pyside/qt should def be looked into.
@oldgoatroper7030
@oldgoatroper7030 7 місяців тому
Line 17 in the label defn. - text_font=("Roboto", 24) is incorrect ---- it should be: font=("Roboto", 24)
@BRICKSINSILK
@BRICKSINSILK Місяць тому
can i get this guy a gold star
@Yorumcu63
@Yorumcu63 7 місяців тому
Great video
@rexypy
@rexypy Рік тому
If someone would have this error: ['text_font'] are not supported arguments. Just make it font like this: label = customtkinter.CTkLabel(master=frame, text="Login system",font=("Roboto",24))
@sudarshankshirsagar4568
@sudarshankshirsagar4568 Рік тому
Brother can you make a detailed/brief video on MatplotLib in Pyqt5 in OOP way ?
@mbassiouny
@mbassiouny Рік тому
Great content! Thanks for the video I would appreciate it if you make a quick video on how to extend this with a field/box to drag and drop a list of files in the app.
@thefamousdjx
@thefamousdjx Рік тому
For the easiest, intuitive and very modern ui just make your python code to an api and use Flutter for front end. If you just need a quick ui where the user isnt worried about the look then pyqt is the best through the designer and you can easily implement progress bars, drag and drop of files etc
@BurakSaruhan
@BurakSaruhan Рік тому
Is there any examples to this? Like a boilerplate git repo?
@ccl4872
@ccl4872 7 місяців тому
How would I go about doing that? I'm new to this so what would I have to learn make my python code an api and use flutter for front end? Thanks!
@shawnington
@shawnington 5 місяців тому
QT and intuitive don't belong in the same sentence. Its a C++ library with Python bindings, but still mostly still C++ syntax, for anyone not semi competent in c++ its the most confusing non-pythonic thing they will ever interact with in python.
@sefisyara5961
@sefisyara5961 Рік тому
It is cool, but it seems like you can't have as custom programms as with Tkinter; you can create a window like this with Tkinter, but it will be much harder, but on the other hand, you can get much more creative. Really depends on your needs.
@kermosrujji9475
@kermosrujji9475 Рік тому
it's awesome, thanks for this one, please could you elaborate more about modern ui with tkinter by building a more complex app, like a store management app
@thuongtrinh9364
@thuongtrinh9364 Рік тому
Thats great bro
@deblobvis264
@deblobvis264 9 місяців тому
This will help me making my graphic calculator
@mezess5062
@mezess5062 Рік тому
Thank you! 😀
@akiladasanayaka1298
@akiladasanayaka1298 Рік тому
love this💜
@frijomav8904
@frijomav8904 Рік тому
thanks for your tutorial
@pandipatipavan3804
@pandipatipavan3804 Рік тому
Please try to update the code files and the links in the description as soon as possible.
@SusanAmberBruce
@SusanAmberBruce Рік тому
Thanks for your video content, I have a question, does customtkinter differ from standard tkinter when it comes to verifying text entry, I am wondering if there's any improvement there?
@anthony_kane
@anthony_kane Рік тому
Its a visual layer built on top of tkinter without really expanding on how each widget functions. Technically trying to port something from tkinter to customtkinter can currently lead to regressions as its not 1:1 with base tkinter yet (focus grabbing/detection is weird, need to use protected members of CTk classes to access certain things, etc)
@rexypy
@rexypy Рік тому
Great video! You are a good teacher! Keep up your work :D
@MusaMineVlogs
@MusaMineVlogs Рік тому
can you make a comparison between "PysimpleGUI, Tk, CustomTK, streamlit and Flet" ? the complexity of the code, the number of code lines, load time, speed, event handling, web usage etc ? 🤗🤗
@albert-2664
@albert-2664 5 місяців тому
you just copied this
@yodabyte
@yodabyte Рік тому
Good info, love it.
@seydinabadiane8761
@seydinabadiane8761 Рік тому
Oh my.. Thank you so much :)
Tkinter Beginner Course - Python GUI Development
38:59
NeuralNine
Переглядів 452 тис.
I use Drag and Drop to build modern Python Apps
14:08
Softlinks
Переглядів 35 тис.
Артем Пивоваров х Klavdia Petrivna - Барабан
03:16
Artem Pivovarov
Переглядів 6 млн
Glow Stick Secret 😱 #shorts
00:37
Mr DegrEE
Переглядів 54 млн
5 Good Python Habits
17:35
Indently
Переглядів 279 тис.
Python Calculator with GUI using Tkinter in Visual Studio Code
23:22
Salow Studios
Переглядів 7 тис.
Python GUI Development With PySimpleGUI
15:15
Real Python
Переглядів 995 тис.
Create A Python API in 12 Minutes
12:05
Tech With Tim
Переглядів 517 тис.
Convert GUI App to Real Program -  Python to exe to setup wizard
23:27
Python Simplified
Переглядів 451 тис.
Build A Modern Python GUI Project | Step by Step Tutorial
29:19
developedbyed
Переглядів 209 тис.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Переглядів 1,4 млн
Secure Login System in Python
14:43
NeuralNine
Переглядів 94 тис.
The ARM chip race is getting wild… Apple M4 unveiled
4:07
Fireship
Переглядів 450 тис.
M4 iPad Pro Impressions: Well This is Awkward
12:51
Marques Brownlee
Переглядів 4,3 млн
Нужно ли чистить ПК от пыли?
0:59
CompShop Shorts
Переглядів 96 тис.
Какой телефон лучше всего снимает? 🤯
0:42
Игровой ноутбук за 100тр в МВИДЕО
0:58
KOLBIN REVIEW
Переглядів 350 тис.
The PA042 SAMSUNG S24 Ultra phone cage turns your phone into a pro camera!
0:24