Make Modern Python Dashboards With Tkinter & Matplotlib!

  Рет қаралды 118,713

TurbineThree

TurbineThree

Күн бұрын

Пікірлер: 54
@TurbineThree
@TurbineThree Жыл бұрын
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 6 ай бұрын
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 Жыл бұрын
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 Жыл бұрын
Yup, Tkinter Designer does make designing GUI apps a whole lot easier! Glad the video was helpful :)
@buzz9164
@buzz9164 9 ай бұрын
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.
@stefaniapetre4464
@stefaniapetre4464 9 ай бұрын
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
@minwin29
@minwin29 2 ай бұрын
Can you show how to make an interactive graph in the dashboard instead of static graphs? Also normally for these types of dashboard, data gets updated every now and then. Can you show how to do it with periodically (say monthly) updated data?
@Machiuka
@Machiuka 9 ай бұрын
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 9 ай бұрын
Update: I solved the problem by upgrading my python version from 3.11 to 3.12
@sbx_sb
@sbx_sb 9 ай бұрын
@@Machiuka I have the same issue even though my python is already updated
@ReynaldRam
@ReynaldRam 9 ай бұрын
My man u need to speak more clearly
@beast-muzik
@beast-muzik 4 ай бұрын
Turn on subs, it’s helpful
@fehizororakotoniaina292
@fehizororakotoniaina292 9 ай бұрын
Do we need to do the installment of requirements every new projects ?
@noturdope5935
@noturdope5935 Жыл бұрын
This is very good! Thanks for making this video
@TurbineThree
@TurbineThree Жыл бұрын
Glad you liked it!
@staynjohnson4221
@staynjohnson4221 4 ай бұрын
I wonder if we can export figma design to PyQt also? is it possible via any workaround ?
@Adimser
@Adimser 7 ай бұрын
can you please help me why it say invalid URL even though I do everything the clip say
@saice605
@saice605 4 ай бұрын
hy How to change the frame to an image
@CandyMan...
@CandyMan... Жыл бұрын
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 ☺️
@TomasSilva-o7s
@TomasSilva-o7s Жыл бұрын
can you share the dashboard with external people ?
@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 Жыл бұрын
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 9 ай бұрын
Appreciate @TurbineThree to make more video for multiple windows. Thanks for videos. Very helpful.
@lepidoptera9337
@lepidoptera9337 Жыл бұрын
Last time I tried it it just wouldn't work. I hope they fixed the bugs...
@SiegfriedGijsen
@SiegfriedGijsen Жыл бұрын
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 9 ай бұрын
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.
@samamani5423
@samamani5423 8 ай бұрын
this is tremendous ! . thanks alot .
@TurbineThree
@TurbineThree 7 ай бұрын
Welcome 😊
@SkyTechDrones
@SkyTechDrones 9 ай бұрын
can u help me with the converting from ui to code i dont understand it i doesnt work
@youssefalkhodary
@youssefalkhodary Жыл бұрын
perfect
@Haroon_abbasi
@Haroon_abbasi Жыл бұрын
beautiful
@TurbineThree
@TurbineThree Жыл бұрын
Thank you! 😊
@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 Жыл бұрын
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
@MrDotManPeriod
@MrDotManPeriod Жыл бұрын
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 Жыл бұрын
did it worked ?
@MrDotManPeriod
@MrDotManPeriod Жыл бұрын
@@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.
@JavierSalazar-i4f
@JavierSalazar-i4f 3 ай бұрын
Your vídeo is awesome. Once I try your suggestions the comments will come
@majorkimbie1923
@majorkimbie1923 10 күн бұрын
really like it
@leotiyab6118
@leotiyab6118 9 ай бұрын
Merci l'IA ! t'as pas trop forcé ! C'est incompréhensible.
@Yesterday_i_ate_rat
@Yesterday_i_ate_rat Жыл бұрын
Amazing 😍
@TurbineThree
@TurbineThree Жыл бұрын
Thank you!
@BlissOn47
@BlissOn47 3 ай бұрын
Bro speaks like he’s having a concussion.
@anandtiwari8945
@anandtiwari8945 8 ай бұрын
Bro please apply for a vocal cord surgery u need it ASAP
@girishkuvalekar3965
@girishkuvalekar3965 Ай бұрын
Plz don't use bgm on videos like this in which narration is the most important part
@director_mcardle
@director_mcardle 9 ай бұрын
fucking what?
@jessicam3256
@jessicam3256 9 ай бұрын
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
@aakashjayant6555
@aakashjayant6555 7 ай бұрын
same idk howw to fix this
@weneedlittlepatience
@weneedlittlepatience 15 күн бұрын
change your assets path to the new path
@emmottlegan2988
@emmottlegan2988 Жыл бұрын
'promosm' 😬
Make Tkinter Look 10x Better in 5 Minutes (CustomTkinter)
4:40
TurbineThree
Рет қаралды 358 М.
I use Drag and Drop to build modern Python Apps
14:08
Softlinks
Рет қаралды 90 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Python Dashboard with Tkinter and Matplotlib tutorial [for beginners]
26:59
Code First with Hala
Рет қаралды 54 М.
Convert GUI App to Real Program -  Python to exe to setup wizard
23:27
Python Simplified
Рет қаралды 555 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
Introduction to Dash Plotly - Data Visualization in Python
29:21
Charming Data
Рет қаралды 807 М.
Python Tkinter GUI Design Using ttkbootstrap - Complete Course
3:23:58
freeCodeCamp.org
Рет қаралды 348 М.
Use a Drag & Drop Editor to Make Tkinter Python GUI Applications!
11:16
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.