Modern Graphical User Interfaces in Python

1,537,453
0
Published 2022-11-21
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: www.instagram.com/neuralnine
🐦 Twitter: twitter.com/neuralnine
🤵 LinkedIn: www.linkedin.com/company/neuralnine/
📁 GitHub: github.com/NeuralNine
🎙 Discord: discord.gg/JU4xr8U3dm

🎵 Outro Music From: www.bensound.com/

All Comments (21)
  • @skoolderz55
    Depending on the python version, you would have to put "font=("Roboto", 24)" in place of "text-font"
  • @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!
  • 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!!
  • @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.
  • @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!
  • @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.
  • @herbst2941
    Wow, that’s an amazing content! Started to work with tkintier few days ago, and got this video recommended, totally satisfied 😀
  • @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..
  • 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.
  • 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.
  • @HomelessOnline
    I'm a beginner to Python. This is a fantastic presentation, I feel like I could build a nice UI tonight.
  • @imclowdy
    You are so consistent with amazing content; Hands down the best YouTube channel on python development.
  • @damanamathos
    Great video, didn't realise it was so easy to make a great-looking GUI until I watched this video. Thanks!
  • @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 ?
  • @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.
  • @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.
  • I am regretting for not finding this channel earlier. Bro you are amazing.
  • 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