Modern Graphical User Interfaces in Python

Поділитися
Вставка
  • Опубліковано 20 лис 2022
  • 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/
  • Наука та технологія

КОМЕНТАРІ • 635

  • @afiffarakhan4992
    @afiffarakhan4992 9 місяців тому +6

    Man, what I've been looking for years. You're killing it bro

  • @JRis44
    @JRis44 Рік тому +9

    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!

  • @robinpipslayertekprofitsfa2644
    @robinpipslayertekprofitsfa2644 Рік тому +19

    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!!

  • @Oliver1269ii
    @Oliver1269ii Рік тому +231

    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 місяців тому +2

      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

  • @DaeViZ0n3
    @DaeViZ0n3 Рік тому +497

    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 Рік тому +52

      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 Рік тому +26

      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 Рік тому +7

      There is a program like that for qt. But I don't know of any popular ones for GTK

    • @TaoqeerNezam
      @TaoqeerNezam Рік тому +47

      PyQT "Designer"

    • @MichaelVash7886
      @MichaelVash7886 Рік тому +1

      @@TaoqeerNezam that's the one I know of.

  • @HomelessOnline
    @HomelessOnline 3 місяці тому +6

    I'm a beginner to Python. This is a fantastic presentation, I feel like I could build a nice UI tonight.

  • @MrBiggles53
    @MrBiggles53 Рік тому +15

    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 Рік тому +3

    Wow, that’s an amazing content! Started to work with tkintier few days ago, and got this video recommended, totally satisfied 😀

  • @imclowdy
    @imclowdy Рік тому +90

    You are so consistent with amazing content; Hands down the best UA-cam channel on python development.

    • @Hephasto
      @Hephasto Рік тому +1

      You sure the best?😊

    • @rivalyrs8579
      @rivalyrs8579 Рік тому

      @@Hephasto yea. with tim yea.

  • @sebastianjost
    @sebastianjost Рік тому +3

    Amazing.
    I could never figure out a reasonably easy way to do rounded corners in tkinter.
    Here that seems to be the default setting.

  • @pipedreamsnetwerk5110
    @pipedreamsnetwerk5110 Рік тому +4

    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 Рік тому +3

    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 Місяць тому

      @@marksmith2738the code those create is garbage.

  • @skoolderz55
    @skoolderz55 Рік тому +36

    Depending on the python version, you would have to put "font=("Roboto", 24)" in place of "text-font"

    • @themastersoul3138
      @themastersoul3138 Рік тому +2

      Thanks bro it helps me!

    • @kaiden_aka_forevrr
      @kaiden_aka_forevrr Рік тому +2

      YOU ARE A LIFESAVER!!!! thanks so much!!! :)

    • @stephencombes1979
      @stephencombes1979 Рік тому +1

      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 6 місяців тому +1

      Thank You Sir

    • @lunowpt
      @lunowpt 5 місяців тому +1

      Thank u bro u saved me

  • @abhijitdutta1461
    @abhijitdutta1461 Рік тому +40

    Man you're soo underrated.. you deserve more subscribers 💯

  • @RobMapes
    @RobMapes Рік тому +2

    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.

  • @shivrajanand2002
    @shivrajanand2002 Рік тому

    I am regretting for not finding this channel earlier. Bro you are amazing.

  • @uplink-on-yt
    @uplink-on-yt Рік тому +22

    I'll forever be amazed at how we make visual interfaces without visual editors...

    • @NeonGreenT
      @NeonGreenT 3 місяці тому +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 2 місяці тому

      @@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)

  • @MZak-js7oy
    @MZak-js7oy Рік тому +469

    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 Рік тому +139

      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 Рік тому +6

      Kivy too :-)

    • @Mahanmarwat
      @Mahanmarwat Рік тому

      @@cheaterman49 PyGi too.

    • @duftcola
      @duftcola Рік тому +3

      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 Рік тому +7

      @@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 :-)

  • @alejandrogaut
    @alejandrogaut Рік тому +1

    Nicely explained, right to the point!!

  • @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

  • @Iamfoxbrown
    @Iamfoxbrown 8 місяців тому +3

    Topzeira o que vc fez. It will be useful for me to use in my projects. Thanks!

  • @piyushgupta5262
    @piyushgupta5262 9 місяців тому

    What about its comparison with ttkbootstrap ? Which one would you suggest ? No doubt this looks good, but looking for a suggestion.

  • @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.

  • @ghost99slay
    @ghost99slay Рік тому

    This is GOATED! Thank you sm. Never stop making videos!

  • @Native_love
    @Native_love Рік тому +2

    Excellent tutorial! Thank you!

  • @FDozza
    @FDozza 9 місяців тому

    This really helped me out, thank you

  • @mariumbegum7325
    @mariumbegum7325 Рік тому

    Fantastic content! Look forward to seeing more!

  • @CaffeinatedTech
    @CaffeinatedTech Рік тому

    That's a much more modern interface. Cheers for showing it off.

  • @stansuen8072
    @stansuen8072 10 місяців тому

    Great Video! Wonder if we can embed Javascript (like interactive stock chart) into the UI?

  • @MidnightMarrow
    @MidnightMarrow Рік тому +1

    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. -_-'

  • @samrijijkot
    @samrijijkot Рік тому

    Thanks for demonstrating all these libraries!

    • @coding_with_ash
      @coding_with_ash Рік тому

      ua-cam.com/video/ACEc6wazCQc/v-deo.html
      Plz check this awesome video also on the same topic.. .🙏

  • @arbataxiansoul
    @arbataxiansoul Рік тому

    Illuminating and very well explained, I can´t wait to try it myself! Thanx

    • @coding_with_ash
      @coding_with_ash Рік тому

      ua-cam.com/video/ACEc6wazCQc/v-deo.html
      Plz check this awesome video also on the same topic.. .🙏

  • @dion4894
    @dion4894 Рік тому +1

    Great video! Is it possible to create a 'datepicker' using customtkinter?

  • @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)

  • @martinyates353
    @martinyates353 Рік тому

    My first GUI! great video thanks.

  • @rawgosh
    @rawgosh Рік тому +3

    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 Рік тому +1

      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

  • @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?

  • @ChineseBuddy
    @ChineseBuddy Рік тому +1

    Wow, exceptional channel. This rocked!

  • @nolanstrife7350
    @nolanstrife7350 Рік тому +6

    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

  • @BANIAAAAK
    @BANIAAAAK 8 місяців тому

    How do you know all that? You understand the concept? or you have a pre ready sheet?

  • @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 ❤

  • @houbenovepierre-louis4654
    @houbenovepierre-louis4654 4 місяці тому

    This is beautiful, I just started with tkinter a few days back how would I implement something like after the user signs in it goes to a new page ?

  • @WolfgangWittler1984
    @WolfgangWittler1984 Рік тому

    Nice, informative video. Thank you.

  • @echofloripa
    @echofloripa 9 місяців тому

    Does. You import autocomplete? What do you do for that?

  • @retzerR
    @retzerR Рік тому

    THE VIDEO I NEED, thank you soooo much

  • @versystudio822
    @versystudio822 10 місяців тому +4

    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 9 місяців тому

      Thank you, I was wondering why it wasn't working

  • @frederikmrozek4564
    @frederikmrozek4564 Рік тому +1

    The developer Tom is a cool guy. Really nice project!!!

  • @minkulai
    @minkulai Рік тому

    Thanks to you I've created my first GUI "app" :D

  • @rudiklein
    @rudiklein Рік тому +1

    Nice! I was going to try some stuff in tkinter, but I use Ctkinter instead.

  • @erickarias7619
    @erickarias7619 9 місяців тому

    Good day, how do you create or use the TreeView in Customtkinter? Is there a replacement for TreeView?

  • @gnostie
    @gnostie Рік тому

    Does custom tkinter have the tabbed notebook option? I have a complex gui to set up and am thinking of combining it with learning custom tkinter.

  • @fdm225
    @fdm225 Рік тому

    First time watching one of your videos, it was great and will be checking out your web page. What plugin were you using to give you the autocomplete options?

    • @focat
      @focat Рік тому

      he's using tabnine; a competitor to github co-pilot

    • @coding_with_ash
      @coding_with_ash Рік тому

      ua-cam.com/video/ACEc6wazCQc/v-deo.html
      Plz check this awesome video also on the same topic.. .🙏

  • @training7574
    @training7574 2 місяці тому

    Very clear and to the point, thanks!

  • @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.

  • @Neo_lol
    @Neo_lol 6 місяців тому +1

    Quick side note for complete beginners you also have to "pip install packaging" i almost started crying because it didnt work but i was just missing packaging as im new to python

    • @modakdid
      @modakdid 6 місяців тому

      it still does not work for me
      it gives me this error, how did you solve this?
      Traceback (most recent call last):
      File "C:\Users\Gebruiker\PycharmProjects\pythonProject\pythonProject\main.py", line 1, in
      import customtkinter
      File "C:\Users\Gebruiker\PycharmProjects\pythonProject\pythonProject\venv\Lib\site-packages\customtkinter\__init__.py", line 10, in
      from .windows.widgets.appearance_mode import AppearanceModeTracker
      File "C:\Users\Gebruiker\PycharmProjects\pythonProject\pythonProject\venv\Lib\site-packages\customtkinter\windows\__init__.py", line 1, in
      from .ctk_tk import CTk
      File "C:\Users\Gebruiker\PycharmProjects\pythonProject\pythonProject\venv\Lib\site-packages\customtkinter\windows\ctk_tk.py", line 7, in
      from packaging import version
      ModuleNotFoundError: No module named 'packaging'

    • @who_asked2374
      @who_asked2374 4 місяці тому +1

      thanks boss

  • @mbassiouny
    @mbassiouny Рік тому +4

    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.

  • @aaroncatolico7550
    @aaroncatolico7550 Рік тому +2

    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
      ua-cam.com/video/DWn5-Ej8R-M/v-deo.html

  • @RSZWAINFACTZ
    @RSZWAINFACTZ 9 місяців тому

    Which software you are using sir?? Please reply 😊

  • @tayyab8215
    @tayyab8215 11 місяців тому

    amazing! we need more videos on python GUI

  • @LukieHZX
    @LukieHZX Рік тому +1

    This looks so f*ing good! 👍👏

  • @ivangranzotto4810
    @ivangranzotto4810 Місяць тому

    I never thought I'd learn python from Nacho Varga

  • @rudigerheissich9800
    @rudigerheissich9800 Рік тому +1

    "You import this library and you know, type in some stuff, so it got colour. Then you write some other stuff here and there. This code is... ye, you know, does stuff and so on... then we change colour again, because dark mode is important...... and here we go, we created minecraft!"

  • @pardener
    @pardener Рік тому

    this interface is astonishing

  • @oldgoatroper7030
    @oldgoatroper7030 7 місяців тому +1

    Line 17 in the label defn. - text_font=("Roboto", 24) is incorrect ---- it should be: font=("Roboto", 24)

    • @BRICKSINSILK
      @BRICKSINSILK 2 місяці тому

      can i get this guy a gold star

  • @GameplayAce
    @GameplayAce Рік тому

    i've made a interface using tkinter for a program i've developed, is there a way that i can use the code i already have and just aply a 'filter' or a CSS content to make it look 'modern'??

  • @LexkozdTTV
    @LexkozdTTV 6 місяців тому +2

    For some reason my custom tkinter doesnt want to work it just always says "'customtkinter' has no attribute 'set_appearance_mode'" what ever i do to get rid of it it just doesnt work. Im also using vs code maybe that might be the problem.

    • @ladyjuliet9614
      @ladyjuliet9614 3 місяці тому

      That's because your file has the same name as the library called. try calling it different than any library :D

  • @ElHeyne
    @ElHeyne 7 місяців тому

    This was so helpful. Thank you very much 😯

  • @kermosrujji9475
    @kermosrujji9475 Рік тому +1

    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

  • @eddmanoo
    @eddmanoo Рік тому +6

    Merci, it is a great example
    (On line 17 text_font=, it gave me an error, so I only used font=)

  • @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

  • @Vivek_xkt
    @Vivek_xkt Рік тому

    This is what i was waiting for.

  • @OnlyUseMeEquip
    @OnlyUseMeEquip Рік тому +1

    this is where C# makes GUI building so much easier

  • @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

  • @Muzum-wx2ze
    @Muzum-wx2ze 12 днів тому

    Hi, is there any way to control a raspberry pi with an interface like this, for example to turn on and off LEDs from some buttons on the app that you have created?

  • @CivicSploits
    @CivicSploits Рік тому

    kinda got bored and stumbled upon this very nice video i love python

  • @deemon710
    @deemon710 Рік тому +1

    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 Рік тому +1

      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.

  • @BlackCat-vu1dc
    @BlackCat-vu1dc Рік тому

    I love how all video of many UA-camrs saying you don’t need to know the module yet you are using it and if you are you need to understand it

  • @AnthonyKenny-wl5ud
    @AnthonyKenny-wl5ud Рік тому

    Works great! Had some customtinker import probs but got it working soon.

  • @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

  • @arthurhall8892
    @arthurhall8892 Рік тому +1

    John Elder's Tkinter tutorial: Walter White teaches Tkinter.
    NeuralNine's Tkinter tutorial: Nacho Varga teaches Tkinter.

  • @stilllearning3000
    @stilllearning3000 11 місяців тому

    That was amazing. Saving for later.

  • @bennguyen1313
    @bennguyen1313 Рік тому

    I like PyQt because you can design the GUI graphically (QT Designer)... does customtkinter have anything like that?
    Any thoughts on Flet (Flutter) or the Orbital Widget Toolkit?

  • @Vsont
    @Vsont Рік тому

    Awesome, well done!

  • @thefamousdjx
    @thefamousdjx Рік тому +16

    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 Рік тому +2

      Is there any examples to this? Like a boilerplate git repo?

    • @ccl4872
      @ccl4872 8 місяців тому

      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 6 місяців тому

      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.

  • @x47base
    @x47base Рік тому

    I love that tutorial!

  • @aikidoshi007
    @aikidoshi007 Рік тому

    Nicely done, thanks!

  • @sudarshankshirsagar4568
    @sudarshankshirsagar4568 Рік тому +2

    Brother can you make a detailed/brief video on MatplotLib in Pyqt5 in OOP way ?

  • @YummyAnimalRoyale
    @YummyAnimalRoyale 9 місяців тому

    PLSSS reply 2 ths, but wat did u use 2 record ths?

  • @dustingarder7409
    @dustingarder7409 Рік тому

    Do i need to install the module on every computer where i want to run the .exe or will it just work?

  • @nesrya-vw1yl
    @nesrya-vw1yl 8 місяців тому

    It is giving me the error "Customtkinter has no attribute 'set_default_color_theme' " how do i fix this?

  • @sovereignlivingsoul
    @sovereignlivingsoul Рік тому

    looks great, should help with web page designs

  • @SimpleMan12356
    @SimpleMan12356 7 місяців тому

    Its incredible something that we can do in html we can also do it in python. Pyhton is something else !!

  • @songyoungwhan
    @songyoungwhan Рік тому +2

    Can you tell us a link to the code in the video on GitHub?
    I couldn't find it on your GitHub.

  • @RocketSystems
    @RocketSystems Рік тому

    Does it work with Linux as well without loosing any UI and appearance of it ?

  • @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.

  • @filecat9501
    @filecat9501 Рік тому

    honestly , pyside/qt should def be looked into.

  • @user-ty3uc6wk6m
    @user-ty3uc6wk6m 8 місяців тому

    Hello sir, can you help me with one question?
    I have a program with a input screen. After providing the data on the screen I run the program.
    While the program is running, the run screen freezes until the program finishes with the job.
    How can I prevent the screen from freezing while the program is running?

    • @akalabayapal9634
      @akalabayapal9634 2 місяці тому

      you need to run the ui and the program in different threads

  • @helderfn
    @helderfn Рік тому

    Excellent! Thank You!

  • @pandipatipavan3804
    @pandipatipavan3804 Рік тому +3

    Please try to update the code files and the links in the description as soon as possible.

  • @gonzaloruiz6587
    @gonzaloruiz6587 Рік тому

    Hi, I installed customtkinter in the version 5.1.2 and this version I have replaced font_text to font to run the script without errors. Thanks for the video help me.