This, is how a good engineer gives you a presentation. Straight to the point, all aspects considered. Thank you!
@Primeagen Жыл бұрын
Excellent, to the point, and enough to understand the differences
@SoilHealthpk Жыл бұрын
Good presentation very accurate information Thanks
@lyrics8105 ай бұрын
Awesome! Thank you.
@nightclocker1851 Жыл бұрын
Good information, good presentation, thanks
@pdep Жыл бұрын
Very comprehensive, very helpful, all the facts with no fluff. Excellent. Thank you :)
@FreihEitner Жыл бұрын
This is very helpful as I look into expanding beyond tkinter but with low needs (e.g. GTK and Qt are probably overkill for me). Thank you.
@kmr5124 ай бұрын
Thanks. This was very helpful. Which library has free/low cost GUI designer tool for drag and drop elements? I am new to GUI building.
@pavelanchev1903 Жыл бұрын
Excellent presentation, thank you! Can you please share your opinion about Flet?
@tiskraba Жыл бұрын
How about accessibily? Which library enables us to build fully accessible applications?
@hardrod6989 Жыл бұрын
Hey Hala, 1) Which License do you recommend to develop and sell a proprietary python software? 2) Also, under the MIT license, do I have to share the source code if I am Not releasing my apps for free and selling my app OR monetizing from my app? (note:- I do not want to share the source code). Thanks in advance.
@bennguyen13136 ай бұрын
I like designing the GUI elements in a WYSIWYG editor , then separately code what those elements do. For example pyqt has Qt Designer.. GTK has Glade/Cambalache /GTK Builder, and wxWidgets has wxSmith / wxGlade / wxFormBuilder. Does tkinter have something like that? BTW, any thoughts on Taipy Designer StreamLit Gradio Google Mesop NiceGuI ImGui / pyimgui / dearpygui (WYSIWYG Editors: tpecholt / imrad , Raais/ImStudio , ImGuiBuilder and JamesBoer / ImFrame)
@JorgeEscobarMX Жыл бұрын
I'm looking into PyQT and see if that's a better experience for my GUIs
@ujjwalchetan4907 Жыл бұрын
Very thorough in analysis 👍👏
@mytube1000javed Жыл бұрын
What about streamlit?
@davmelchi43082 жыл бұрын
2023...Flet will change the game!
@klassikkustard48282 жыл бұрын
Flet is the 🐐 goat
@wafflebutsad2 жыл бұрын
:0 i need to create a gui for my python program. was thinking of picking up pyqt5. or should I look at flet instead
@davmelchi43082 жыл бұрын
@@wafflebutsad FLET is in dev stage and may not be suitable for all projects. It's up to you to try it out to see if it has all the components necessary for your project. But it's already possible to do a lot of things very easily and it looks very promising
@wafflebutsad2 жыл бұрын
@@davmelchi4308 thanks 😊
@AminaAmina-hi8mo Жыл бұрын
Can we use Flet for desktop apps? Or it's just for mobile apps? Thank you
@edeniyanda Жыл бұрын
This is a very good one One should know things like this before diving into GUI in python
@mscigniewwinkel86436 ай бұрын
Thank you! Great presentation!
@KRYoung_dev Жыл бұрын
Thanks for the informative breakdown!
@QuarktaschemitSenf Жыл бұрын
Best overview i've found. Only relevant information and top notch presentation. Subbed
@fdm225 Жыл бұрын
amazing overview, thank you
@alejandroibarra8335 Жыл бұрын
Im newish to python app creation, but with any of these will I be able to create a plugin for another software if I load thwm to Visual Studio or another IDE?
@CrtoonMike Жыл бұрын
Really informative video. Lots of details. Made me subscribed to this channel. Thanks!
@doughughes257 Жыл бұрын
Thank you! Excellent.
@kermosrujji9475 Жыл бұрын
Thx Hala for this amazing video, so the conclusion is this "what are waiting to make a super long video about KIVY" because it seems it's the best and i promise to subscribe if you do it lool
@QuinonesBoysForms Жыл бұрын
Excellent vid, Hala!
@ramchillarege1658 Жыл бұрын
Excellent. Thankyou
@DarrenlinesUk2 жыл бұрын
Thanks for this video Hala. It came up in my timeline at the perfect time. Just starting with Python and looking at GUI design.
@abdurrazzak16122 жыл бұрын
I have some years of experience about QT C++. its very good and complete library.
@3ligijus Жыл бұрын
Great video - Thanks
@laikastoq1002 жыл бұрын
Another great video about Python! keep them coming
@SaifaldeenSAH Жыл бұрын
Thank you for the helpful video.
@bingolio Жыл бұрын
@hala u should strongly consider changing the initial intro page which shows up on youtube, its too "boring looking"
@treva31 Жыл бұрын
Great video, thanks!
@theexposer9483 Жыл бұрын
I will use Streamlit instead of any of these listed if I have to work on python.
@abdurrazzak16122 жыл бұрын
Very very informative. Want more form Uses of PyQt
@CodePhiles2 жыл бұрын
Thank you Hala for this impressive tutorial, very professional.
@SHONNER2 жыл бұрын
I've used all 7 at one point or another. I still prefer PyQt for my own personal work.
@advaiti2 жыл бұрын
what about licensing
@SHONNER2 жыл бұрын
@@advaiti What about it.
@theexposer9483 Жыл бұрын
Try Streamlit .
@SHONNER Жыл бұрын
@@theexposer9483 I don't think it's a GUI.
@briancarlo5151 Жыл бұрын
@@advaitipyside 🤍
@عابثالأخير-ز9ي Жыл бұрын
What is a framework you are using with python tkinter?
@PREYMX2 жыл бұрын
And Flet and Ttkbootstrap frameworks?
@yacyasma9293 Жыл бұрын
Good work, clear and lovely. Can you make a video about gui with html, css , and JavaScript with python
@focusxmedia20142 жыл бұрын
Great breakdown
@samrasoli Жыл бұрын
useful
@PPV0077 Жыл бұрын
I don't understand why guizero is so underrated, it still uses the tkinter module and is great for beginners who just want to create a very basic gui interface. If you want to take it to the next level one can use it with tkinter to make it much more dynamic and modern. I use guizero btw for just getting used to gui interfaces.
@yash1152 Жыл бұрын
> _"guizero ... uses the tkinter module; is great for beginners who just want to create a very basic gui interface"_ thanks for mentioning that.
@kivymdkorea4631 Жыл бұрын
I think PyQt and Kivy(kivymd) is best of Python GUI
@frankatsccdu8272 Жыл бұрын
Thank you for such a great, informative video!
@cbbcbb6803 Жыл бұрын
Can python libraries be called from other programming languages? My understanding is most of them are written in C/C++.
@pietraderdetective8953 Жыл бұрын
I think it's the other way round: you Cythonize your python code in order to have major speedup and still use python libraries.
@أحمدالصوماليالحضرمي2 жыл бұрын
Please can you make a video about converting multiple tkinter files + mysql database into .EXE file without any problems. Thank you
@PREYMX2 жыл бұрын
Nuitka
@fredflintstone8048 Жыл бұрын
Thanks for the presentation. This helped assure me that my choice for using Kivy was a good one. I'll continue with it. I would also recommend Kivy developers to get into using the Kivy Language if they haven't already which allows you to set up the widgets in ways similar to using CSS rather than doing all the coding in Python alone which of course is an option.
@roodyridar2706 Жыл бұрын
what about flet gui
@zakihasan80422 жыл бұрын
منورة 😍
@2002budokan Жыл бұрын
You cannot present any GUI properly without screenshots.
@sayoonarachue2 жыл бұрын
Don't forget DearPyGui
@ahem2784 Жыл бұрын
Am from India
@PANDURANG99 Жыл бұрын
is pyqt free?
@abdurrazzak16122 жыл бұрын
Qt is best !!!
@mariof.1941 Жыл бұрын
Thank you!
@klassikkustard48282 жыл бұрын
Flet is legend
@prashantgautam89832 жыл бұрын
PYQT is BEST.
@Kennethlumor2 жыл бұрын
Madam please can you make a video on how to create function and how to call it in another function and how to call the two function.
@CHRISTAINSTORIESАй бұрын
That is called nested functions
@bobsontobson2841 Жыл бұрын
PyGameUI is best
@knowledgetreasure-1523 Жыл бұрын
you never complete a course i think you doing this intentially for business purpose
@andrej2321 Жыл бұрын
wxpython FTW
@theTwistedBanana Жыл бұрын
I wish i had a gf who could code 😂😂
@chaosordeal29410 ай бұрын
Comparing graphical interfaces with no graphics.
@ЙенФенФыр Жыл бұрын
not a very helpful video. No examples of finished applications, code, performance...
@nemeziz_prime Жыл бұрын
It is helpful in a different sense. If you want to see code examples etc you can look up the docs for each of these libraries and frameworks.
@ЙенФенФыр Жыл бұрын
@@nemeziz_prime yes, I can generally get this information myself, but then why do I need this video? Comparison of the code, how typical tasks are solved - this is exactly the information that is most difficult to obtain
@nemeziz_prime Жыл бұрын
@@ЙенФенФыр agreed, but I'm just saying this video did provide useful information. This type of info helps people choose the right framework based on the factors mentioned in the video. You can surely ask her to make a new video on that, Hala may accept the request
@akshathbharathi7376 Жыл бұрын
Whats up hotty
@zakihasan80422 жыл бұрын
Kivy sucks 😒
@amosdalmerifiorino6841 Жыл бұрын
Why?
@cr1azak Жыл бұрын
@@amosdalmerifiorino6841 After watching this video I thought Kviy could be the right GUI framework choice for me. I started to research more about it. I then noticed the following drawbacks which matters to me. 1) The coordinates start at LEFT - LOWER / BOTTOM side i.e . x and y axis 0 is at South-West.. "Why ?" 2) Need to create CLASSES. 3) Need to learn yet another (their) language called "KV / kvlang / kivy language ". The "just for fun and a difference, like in math" intension behind point 1, had me off.
@crackwitz Жыл бұрын
It's TEE-KAY-INTER
@carlabest1257 Жыл бұрын
None of these python libraries measure up to MS Visual Studio. If you want to make top notch GUI front ends nothing beats Visual Studio.