Make Modern Python Dashboards With Tkinter & Matplotlib!

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024

Комментарии • 50

  • @TurbineThree
    @TurbineThree  Год назад +4

    UPDATE: The layout of Figma has slightly changed after recording this video. The create new design file button is at the top right-hand corner, and the settings button is under the profile icon at the top left-hand corner.

  • @somjrgebn
    @somjrgebn 3 месяца назад +2

    Frankly, one of the best ways I've seen to build a desktop native dashboard app so far. Most everything else requires you to package it using electron, which comes with its own issue too.

  • @mikecripps2011
    @mikecripps2011 10 месяцев назад +6

    Hey man, really impressed. I will try something like this. Have created many Tkinter apps and they always look horrible no matter how advanced I get. Thanks for the new perspecting.

    • @TurbineThree
      @TurbineThree  10 месяцев назад

      Yup, Tkinter Designer does make designing GUI apps a whole lot easier! Glad the video was helpful :)

  • @buzz9164
    @buzz9164 6 месяцев назад +2

    When converting the design to code, the corners of the rectangles in my code don't become smooth as they were in the design. They appear sharp and harsh.

  • @JavierSalazar-i4f
    @JavierSalazar-i4f Месяц назад

    Your vídeo is awesome. Once I try your suggestions the comments will come

  • @noturdope5935
    @noturdope5935 Год назад +1

    This is very good! Thanks for making this video

  • @ReynaldRam
    @ReynaldRam 7 месяцев назад +32

    My man u need to speak more clearly

    • @beast-muzik
      @beast-muzik 2 месяца назад

      Turn on subs, it’s helpful

  • @youssefalkhodary
    @youssefalkhodary Год назад +3

    perfect

  • @CandyMan...
    @CandyMan... Год назад +1

    hello this video was amazing and i wanted to ask that can we use canva instead of figma? will it be the same process or slightly different?

    • @TurbineThree
      @TurbineThree  Год назад

      Hey, thanks for the comment. It isn't possible to use canva instead of figma, since tkinterdesigner uses the figma API, at least from my understanding.

    • @CandyMan...
      @CandyMan... Год назад

      @@TurbineThree ty for taking the time out to reply ☺️

  • @stefaniapetre4464
    @stefaniapetre4464 7 месяцев назад +1

    Hello, your tool is amazing but in my case is not working, it generates me the py file, but not the assets. What can I do? PS. I am working on a macOS

  • @samamani5423
    @samamani5423 5 месяцев назад

    this is tremendous ! . thanks alot .

  • @MrDotManPeriod
    @MrDotManPeriod 9 месяцев назад +3

    i just made the gui in figma and uploaded it in python using ur tutorial then asked chatgpt to connect the graph to the gui 🗿

    • @alphox7446
      @alphox7446 9 месяцев назад +1

      did it worked ?

    • @MrDotManPeriod
      @MrDotManPeriod 9 месяцев назад

      @@alphox7446 unfortunately, no because i didnt like how tkinter looked so i had to use CustomTkinter which is so new that chatgpt isnt trained on it so i just had to start from scratch in pyqt5 designer which is also drag and drop, just start with pyqt5 designer bro it saves you a lot of hassle.

  • @staynjohnson4221
    @staynjohnson4221 2 месяца назад

    I wonder if we can export figma design to PyQt also? is it possible via any workaround ?

  • @Haroon_abbasi
    @Haroon_abbasi Год назад +1

    beautiful

  • @fehizororakotoniaina292
    @fehizororakotoniaina292 6 месяцев назад

    Do we need to do the installment of requirements every new projects ?

  • @lepidoptera9337
    @lepidoptera9337 Год назад

    Last time I tried it it just wouldn't work. I hope they fixed the bugs...

  • @Adimser
    @Adimser 4 месяца назад

    can you please help me why it say invalid URL even though I do everything the clip say

  • @picklenickil
    @picklenickil Год назад

    I was really expecting a multipage design, like you showed in last vids (preview) .
    Have you found a resource that shows how to do that?

    • @TurbineThree
      @TurbineThree  Год назад +1

      Hey, yup, sorry about that. I changed up the video to focus more on showing how to use TkinterDesigner and Matplotlib. If you create multiple frames in Figma, TkinterDesigner will generate one file and asset folder for each frame. So, it should be possible to create a multi-page design using a few work arounds, such as only displaying the widgets from the currently selected window. I might work on a video on this in the future

    • @baloipe
      @baloipe 7 месяцев назад

      Appreciate @TurbineThree to make more video for multiple windows. Thanks for videos. Very helpful.

  • @Machiuka
    @Machiuka 7 месяцев назад

    Awesome tutorial. Unfortunately gui.py generated the assets folder with all images in it, but not the py file. It didn't show the confirmation message at the end. What could be the cause? I use windows 11 and VS Code.

    • @Machiuka
      @Machiuka 7 месяцев назад

      Update: I solved the problem by upgrading my python version from 3.11 to 3.12

    • @sbx_sb
      @sbx_sb 6 месяцев назад

      @@Machiuka I have the same issue even though my python is already updated

  • @leotiyab6118
    @leotiyab6118 6 месяцев назад

    Merci l'IA ! t'as pas trop forcé ! C'est incompréhensible.

  • @saice605
    @saice605 Месяц назад

    hy How to change the frame to an image

  • @ZR_Bravo
    @ZR_Bravo Год назад

    Hey I would like to give a suggestion, can you make a course about Tkinter with TTKBootstrap to make cool apps.

    • @TurbineThree
      @TurbineThree  Год назад +1

      Hey, thanks for the suggestion & supporting my content! Will consider it 👍🙂

    • @ZR_Bravo
      @ZR_Bravo Год назад

      @@TurbineThree Thanks for your reply. Really happy for your kind consideration. Hope to see your youtube growth

  • @TomasSilva-o7s
    @TomasSilva-o7s 10 месяцев назад

    can you share the dashboard with external people ?

  • @SiegfriedGijsen
    @SiegfriedGijsen 9 месяцев назад

    Hi, I like your video.
    Is it possible to make an video about how to use the created gui file in an other file (e.g. main.py) so when i update the gui I don't need to write all the code again in the gui.py file?
    If the app gets bigger and I need to update the interface, we need to write all the code again.

    • @Lolatyou332
      @Lolatyou332 6 месяцев назад

      Probably create a class of the GUI with exposed functions for interacting with UI elements.
      Then all logic can be external and you'd just reference the GUI class for actually interfacing with the UI elements.

  • @Yesterday_i_ate_rat
    @Yesterday_i_ate_rat Год назад

    Amazing 😍

  • @SkyTechDrones
    @SkyTechDrones 6 месяцев назад

    can u help me with the converting from ui to code i dont understand it i doesnt work

  • @anandtiwari8945
    @anandtiwari8945 6 месяцев назад +1

    Bro please apply for a vocal cord surgery u need it ASAP

  • @BlissOn47
    @BlissOn47 Месяц назад

    Bro speaks like he’s having a concussion.

  • @director_mcardle
    @director_mcardle 7 месяцев назад

    fucking what?

  • @jessicam3256
    @jessicam3256 6 месяцев назад

    Did anyone get the same error as me? The tool isn't working fully to me@@...
    File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/__init__.py", line 2805, in _create
    return self.tk.getint(self.tk.call(
    _tkinter.TclError: image "pyimage1" doesn't exist

  • @emmottlegan2988
    @emmottlegan2988 Год назад

    'promosm' 😬