Not only is it easier but is also looks better than tkinter. Nice job man!
@shaheensaniya13503 ай бұрын
Hi, does GUI dynamically update, I have 2 fields one is a simple intput field other is a drop drown.......... I want to trigger a method on succesfully adding values to those 2 fields which is a concatination of both those fields and update the 3rd field on the same page on GUI
@arion48043 ай бұрын
@@shaheensaniya1350 I don't think Gooey supports dyanmic GUI updates. I've been using subtle and complicated screen transitions but no official support has been released to my knowledge.
@ZR_Bravo Жыл бұрын
Way too underrated. Love ypur videos
@ZR_Bravo Жыл бұрын
Hope to see more great content
@TurbineThree Жыл бұрын
Thank you so much 😀Will work hard to create even better videos 👍
@ZR_Bravo Жыл бұрын
One more thing, what is the best library or framework for GUI in python.(What do you like the most)
@TurbineThree Жыл бұрын
Oh, personally I prefer PyQt the most. It does take some extra time to learn (usually 1-2 weeks), but it has the most customization out of all the GUI libraries in Python, and the documentation is pretty good as well
@I_do_not_want_to_reply Жыл бұрын
Here before this channel blows up!
@TurbineThree Жыл бұрын
Thank you for the support! ❤️ Glad you like the videos!
@shaheensaniya13503 ай бұрын
Hi, does GUI dynamically update, I have 2 fields one is a simple intput field other is a drop drown.......... I want to trigger a method on succesfully adding values to those 2 fields which is a concatination of both those fields and update the 3rd field on the same page on GUI
@azlanabuhassan444710 ай бұрын
In Gooey, can we change the coloour of the window's titlebar?
@anpham71085 ай бұрын
Thank you 😊
@daniyalsardar15139 ай бұрын
What are your reviews about flet framework in python
@TurbineThree9 ай бұрын
It's a good framework, the documentation is great and there are quite a lot of examples to get started with. But I would probably use a different framework depending on the type of device you're building for. Like for compiling a flet app to an android app, you need to make use of other dependencies and will probably encounter quite a few errors in the process. Flutter is a way better alternative if that's your intention. But if you just want to build a simple Windows application for example, than it should work great for that use case.