Python Tkinter GUI Design Using ttkbootstrap - Complete Course

Поділитися
Вставка
  • Опубліковано 28 гру 2024

КОМЕНТАРІ •

  • @nisidabay
    @nisidabay Рік тому +17

    This guy is amazing; he overflows with passion for what he does and is a benchmark in everything related to tkinter. I don't know if it's because of the speed with which he teaches that he chooses procedural programming instead of object-oriented programming. Anyway, this is the magic of Python, choosing what makes you happy.

  • @mortyrickerson6322
    @mortyrickerson6322 Рік тому +11

    This channel is a blessing to humanity. Good work team!

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

    This is the best tkinter introduction. ttkbootstrap is a cherry on top.

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

    There's no word that can thank you enough

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

    great, I've just finished a program and I've struggled in the graphics section until I found this turotrial.

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

    Lex Luthor, I love your content. Always helpfull and understandable. Thank you so much.

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

    This is AWESOME. Wow what a professional well presented masterclass. Thanks friend.

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

      Glad you enjoyed it!

    • @Allen-j8t3n
      @Allen-j8t3n Рік тому

      @@TkinterPython Hey brother ! Does this teach tkinter and ttkbootstrap from beggining?

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

    Wish u were my programing lecturer.Lessons would have been so much interesting.Truly grateful for this tutorial.❤

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

    Your teaching style is so good sir😂😂 i can't even feel bore for a single second❤ i enjoyed and learned so much about gui thanku sir for this great lecture 😊

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

    Alright, this was useful.
    Thinking of ideas to apply these cool widgets to.
    My only nitpick with Tkinter would be that there are no rounded buttons built-in. But that's likely not too hard to add with custom images.

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

    This is amazing! Love your TKINTER content.

  • @sisidaisy5256
    @sisidaisy5256 4 місяці тому

    Really good tutorial, it's amazing we can watch it for free

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

    About time

  • @mayorc
    @mayorc Рік тому +14

    Looks cool, but recently after a long time using Tkinter and bimpy (Dear ImGui wrapper for Python) I switched to NiceGUI, I find it easier to customize, using QUASAR and Tailwind CSS classes. It has some limits, and sure Tkinter is a bit faster. But the power to customize things using HTML, CSS and Javascript libraries, VUE components, makes it very good.

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

      I am a Web Developer, I don't understand the reason for all these, are they used to build websites?....I know tkinter is used to build desktop applications.

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

      ​@@basscoversimulation3167 NiceGUI is built on top of FASTAPI, it can be used to create both LOCAL apps running on your localhost, and Web Services. So in my case, it's a better deal. But think about this, there is no perfect solutions or frameworks. Every solution has some limits that in some circumstances can become dealbreakers.

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

    Love your TKINTER book and content. You are awesome. 🥰

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

    Getting this error at 1:24:00,
    "AttributeError: module 'PIL.Image' has no attribute 'CUBIC'. Did you mean: 'BICUBIC'?"
    I had to go into the library and change that line from Image.CUBIC to Image.BICUBIC.
    The path is "./.venv/Lib/site-packages/ttkbootstrap/widgets.py" and was on line 856.

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

      Seems like it was from a recent update of PIL. Should be fixed itself anytime soon

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

      In the meantime add this to imports:
      from PIL import Image # until ttkbootstrap (currect 1.10.1) is fixed for
      Image.CUBIC = Image.BICUBIC # depreciated CUBIC in PIL, we need these two lines.
      Got this from stackoverflow..

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

      Today is your lucky day friend. Click on the Meters class and go to the definition, then find "CUBIC" and change it to "BICUBIC"

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

    Thanks for creating complete course

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

    I will have to try it. Free tip: Please don't make forward references like "I'll cover that in a minute", "I'll go over that later", etc. It breaks comprehension and distracts it with an expectation.

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

      You mean I should watch it 3hrs straight?

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

      but he does cover it in a minute

    • @charlesspringer4709
      @charlesspringer4709 8 місяців тому +1

      @@freesoftwares6042 Yes, but why should I be thinking about it? Is there no content while I wait for it? It is weak pedagogy.

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

      @@charlesspringer4709 sir you are right 100% it could be better , with that said give him a break hes sharing free knowledge for everyone to learn from and enjoy

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

      @@freesoftwares6042 It is my hopeless personal crusade to save many man years and improve comprehension on UA-cam. The targets are forward references and using the word "what" when not asking a question such as "What you want to do now is you want to..."

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

    This video was COOL 😎

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

    thx, you are the best!

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

    really nice 🙏

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

    thanks a lot mr white

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

    Beautiful

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

    Kivy stands out

  • @artaxerxes360
    @artaxerxes360 Рік тому +8

    This looks way better than customtkinter project

  • @c.emmanuelzuniga9435
    @c.emmanuelzuniga9435 Рік тому +1

    Excelente tuto

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

    Hi John, as usual thanks a lot for your great video !!! I have a question about progressbar, is it possible to get the progressbar's value and print it like for sliders ? many thanks.

  • @0xBerto
    @0xBerto Рік тому +2

    But, can you show packaging this and exporting as an executable to be installed cross-platform? Because I haven’t gotten Pyinstaller to work… ever hahahha

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

    very helpfull ! but where to find all the method of each tkinter object ? can't find any tuto about this

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

    Hi thank you so much sir, The themes of TTKBootstrap do not apply to a second window opened from the first one.

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

    There is one another video on tkinter,
    which video should i learn from?

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

    Hallo Good course and Notice you like the bootstyle danger. The Toast Notification section
    is not working in Microsof Visual Basic 2022.

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

    I get this error trying to declare that variable from 21:28
    "Traceback (most recent call last):
    File "C:\Users\**\ttkbootstrap\main.py", line 22, in
    var1 = IntVar()
    ^^^^^^
    NameError: name 'IntVar' is not defined"

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

      Fixed it.
      I had to change *var1 = IntVar()* to *var1 = tb.IntVar()*

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

    Amazing tutorial, thanks a lot. I have a question, i would like to use the localization in French. (C:\Python310\Lib\site-packages\ttkbootstrap\localization\msgs.py) How can i do that in my main.py? Thank you again.

  • @efraildokme
    @efraildokme 11 місяців тому +1

    why python doesn't use drag and drop tecnology on devoloping user interface.

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

    @02:45:38 the lin for TREEVIEW not working😢

  • @iraf.official
    @iraf.official 7 місяців тому

    😎😎👌👌

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

    Which ide used in this course?

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

      Just sublime text and the Git Bash Terminal

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

    How do you control the layout of the widgets?

  • @Ravi-pe9oi
    @Ravi-pe9oi Рік тому

    Sir please teach you how to make an responsive navbar with right corner hamburger and icon using ttkboostrap

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

    is there a way that i can use tkinter to make hotkeys, or to activate a button etc that the user can change to what they want?

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

    Furst comeentt🎉🎉🎉

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

    the bootstyle doesn't work on the labels of the other extra window i open, for example about window :(

  • @carlosalbertodossantosrodr6416

    Python perfeito na informação

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

    Is there a way to get live preview while coding for ttkbootstrap?

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

    it looks to me like the style configure at 34.03 changes the success.TButton from there on, so that subsequent use picks up the changed font. my_style is unreferenced

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

      I 've got the same trouble to my app. Here it looks also that there are not separators between the column headers. Actually there are but are invisible!!! Please ms Elder is there any solution to that?

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

    is it easy to convert into exe or deploy

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

      While Compiling to exe is easy in python, getting the exe signed is not (it's expensive), and because of that makes deploying not great and will trigger most anti-virus.
      Depending on what you are doing, Godot might be a good option to create a gui app!

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

    In the first example the label has alternating text , but no timer is used , still it averages about 2/sec how does that work?

  • @StarMovies-HD_
    @StarMovies-HD_ Рік тому

    Please make video on Reverse engineering

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

    Nice but you don't have to run project in cmd. Ctrl+B in SublimeText works ;)

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

    is the "watch later" feature gone? I can't find the icon anywhere from the browser

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

    Cab u share the python files used in the video?

  • @rasiyanin
    @rasiyanin 11 місяців тому +1

    3 hours to create simple GUI form with 6 buttons? Why when exist Delphi or the same?

  • @ROKKor-hs8tg
    @ROKKor-hs8tg Рік тому

    How can any graphical interface be used in Google colab

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

    thxx

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

    any chance at a FLET course? since Tkinter is kind of outdated

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

      Not outdated anymore, because of this library.

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

      Cool, but you cannot make android , iOS, desktop and web apps with just one codebase like with FLET, which is kind of new still and currently being developed

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

    How do you add a logo to the title using Tkinter? Could you please help me with this?

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

    Hi there: I have encountered problem of "ValueError: embedded null byte" while I clicked calendar in episode: Date Entry. The error message showed that Date entry text does not match %x. Could you help me out? Thanks!!!

  • @mechmat8552
    @mechmat8552 5 місяців тому

    bootsyle does not work for me! any change of style does not work. has any one fixed this issue?

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

    I have this error that says tk.tcl error unkown option...
    So in general bootstyle is the issue but when I use button also font is unkown option. So how to solve it.

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

    After installing tkbootstrap and trying you first example i got this error: "unsupported locale setting" and it refers to line 626 in a file "locale,py" with the function "setlocale return _setlocale(category, locale)" - How can I fix this in windows?

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

    FYI.. You do not mention how to change fonts in ttkbootstrap checkboxes. For some reason it produces an error when font= is applied as you would in tkinter

  • @ЮсефМехда
    @ЮсефМехда Рік тому

    Hello! Please help me how to correctly solve the administration problem, for example, use Python,QT, PostgreSQL. Please recommend an algorithm for organizing an access level for adesktop application where different interface components are included in different access classes, and when a new user is added, he will be included in one of these classes, and for him there will be Only components that are included in this access class are accessible. The question is, in order to implement this, what algorithm can be supported, or if there is documentation that can help resolve this issue. Thank you very much in advance!

  • @jkotsche7035
    @jkotsche7035 17 днів тому

    I had to import as follows to get the meter to work
    from PIL import Image
    Image.CUBIC = Image.BICUBIC
    import tkinter as tk
    import ttkbootstrap as ttkb

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

    I can't not run it on macbook M1, it gime this error: "locale.Error: unsupported locale setting"

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

      tkinter and ttkbootstrap run fine on mac, you must have done something differently from the video...

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

      @@TkinterPython I fixed it

  • @Gameplay-st7ve
    @Gameplay-st7ve 11 місяців тому

    is ttkbootstrap safe ?

  • @mh-tr5fb
    @mh-tr5fb Рік тому +3

    Isn't tkinter obsolete?

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

      obviously not lol that's the point of the video. TTKBootstrap makes it modern.

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

      @@TkinterPython I found that tkinter sometimes flicker when dragging it around or switching back to it. Does that also happen with ttkbootstrap?

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

      @@lmnts556 No, Tkinter doesn't do that. That was an issue with your computer and/or display settings.

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

      @@TkinterPython It does not happen when I drag it anymore but it does happen if I minimize it or maximize it over and over quickly, does not happen to other GUI. I'll try to see if the same thing happens to ttkbootstrap.

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

      @@lmnts556 why would you ever min and max it over and over quickly? Just don't do that.

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

    Using C++?

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

    Sublime Test Unregistered xD

  • @manishsharma-ri6bf
    @manishsharma-ri6bf Рік тому

    🎉🎉🎉🎉

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

    this is tedious, what about UI editor?

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

      Even with QTdesigner and stuff like that you'll need to know some code. Most of them usually create too much code and you have to edit it anyway. Also with QT you have to pay for it to use it, which is BS.

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

    You should do a course on using Qt and QtCreator. Much better than Tkinter.

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

      It's paid. 300+ dollars a month, or you have to open your code.

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

      @@filipemtx Only for applications that get sold commercially.

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

      Here is a course about how to use Qt for Python using PySide6: ua-cam.com/video/Z1N9JzNax2k/v-deo.html

  • @draxler.a
    @draxler.a Рік тому

    the problem it look horrible in windows .. 7 8 and and i want my app to look awesome in all OS..

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

    Is it me or the guy in thumbnail looking like gigachad.

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

    TKinter always missing manager for system tray. Huge lack.

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

    PONGAN TRADUCCION AL ESPAÑOL POR FAVOR.. NO SE MUCHO INGLES Y ME CUESTA MUCHO SEGUIRLOS.

  • @TheDarkSide-s5t
    @TheDarkSide-s5t Рік тому +2

    Python how to make Round Modern Button in less than 5 minutes 2023

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

    Python Gui

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

    🎉

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

    Any tkinter executable I make is seen as a virus. Across multiple machines and various different antivirus software. I think a web app makes more sense . Just as slow as tkinter but way more cross platform. And you can still use not only bootstrap but bootstrap with sass. If your program really is so demanding that a modern browser truly cant handle it you really should consider something in Rust or C++. Plenty of good cross platform GUI options available for those.

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

    How exactly is this easy lol? Visual Basic had a GUI designer that was EASY. Sure wish that type of GUI builder was included in the base Python installer.

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

    Hello

  • @iraf.official
    @iraf.official 7 місяців тому

    2024.

  • @sbray-n1g
    @sbray-n1g Рік тому +17

    Imagine calling tcl/tk "modern"

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

    Cant add ttkbootstrap to anaconda?

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

    If you a beginner unless you have a project in mind don’t do this course instead do front end if you already did do something more advanced have a good day

  • @salonsospain
    @salonsospain 4 місяці тому

    05K

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

    Tkinter and modern do not belong in the same sentence.

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

    I have one doubt anyone explain is this skill is worth ? Can i get job from this skill or its just a waste of time

  • @salonsospain
    @salonsospain 4 місяці тому

    358

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

    I stopped watching after import *. I thought this channel posts professional videos. I was wrong

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

    I miss professional GUI standards. Nowadays most GUI’s look like crap and have terrible usability. Unfortunately most book/tutorials/video on Python GUI framework usually ignore proper design principles.

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

    For Meters part add this at begining of code:
    from PIL import Image
    Image.CUBIC = Image.BICUBIC

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

    2:38:09 great suckess

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

    import _tkinter as tk
    m = tk.Tk()
    m.title('test')
    button= tk.Button(m, text= 'test', width = 25, command = m.destroy)
    button.pack()
    m.mainloop()
    Very basic but for some reasons says:
    Traceback (most recent call last):
    File "/Users/Leo/Library/Application Support/JetBrains/PyCharmCE2020.2/scratches/scratch_11.py", line 2, in
    m = tk.Tk()
    AttributeError: 'module' object has no attribute 'Tk'