*Check out the next video, where we turn a GUI into an Excel Data Entry form using ChatGPT:* kzbin.info/www/bejne/fqjSe6d3qLN2i5I Cheers, Sven ✌
@StarStrider996 ай бұрын
Incredible! I’ve been wanting a way to do all of this for a really long time! Thanks for making a video on it.
@CodingIsFun6 ай бұрын
Happy to hear that it was useful; thank you for taking the time to leave a comment and for watching the video! Cheers, Sven ✌️
@Vek_2050Ай бұрын
This video was perfect for what i was looking for, love the energy and the editing aswel. Keep up the great work
@CodingIsFunАй бұрын
Thanks for the positive feedback! Appreciate you taking the time to leave a comment. Cheers, Sven ✌️
@louigieguillera57534 күн бұрын
It's really helpful! Thankyou for this. However, when I tried, I do not see a button to generate a token ID. Is it because I'm just using a free account?
@hlubradio23185 ай бұрын
I did GUI programming with Visual Basics 20 years ago.
@CodingIsFun5 ай бұрын
Thanks for watching! Cheers, Sven ✌️
@hlubradio23185 ай бұрын
But I am doing it again thanks
@purgie4 ай бұрын
Steady for 30 years in Delphi..
@terlumunjoseph67794 ай бұрын
Hi please I've started working with embercadero delphi can you please share some resources you used
@justheretocomment6410Ай бұрын
its too bad python isnt setup like VB was with integrated gui design. even VBDOS was ahead of its time
@undead4re2 ай бұрын
is there a way to remove the white corner that shows when you click or hold the button pressed?
@funese1026 ай бұрын
Wao, new video style, that's amazing. You really give me lots of motivation & ideas in Pythons Sven!!! Hope you all the best and look forward to more and more contents.
@CodingIsFun6 ай бұрын
Yes, I tried to switch it up and change my intro style. I'm still not super confident in front of the camera, but hopefully, I'll get there. Anyway, thanks for tuning in! It's great to hear that my videos boost your motivation. Happy coding! Cheers, Sven ✌️
@funese1026 ай бұрын
@@CodingIsFun Thank you very much , just wonder you can consider marking some contents about machine learning in Streamlit or more instruction to Taipy 😀.
@kidsStoryTime-xm7xx4 ай бұрын
Great Video. Followed Through, however, when every time I convert a design, the effects such as "drop" or "inner shadows" do not seem to work, and also I realize that Rectangles having rounded edges in the design keep being made back to the normal straight edges after converting. Any tips??
@hrmanager68836 ай бұрын
Amazing work, you are our super hero ❤
@CodingIsFun6 ай бұрын
It's very kind of you to say so, thank you! Cheers, Sven ✌️
@alterboy16 ай бұрын
Thank you for this! My form fillers with TKinter are super simple and look boring. I will be working on this for sure!
@CodingIsFun6 ай бұрын
Thanks for watching, and good luck with your GUI. Happy coding! Cheers, Sven ✌️
@vladimirota3843 ай бұрын
You mentioned a follow-up video explaining how to handle button clicks of the Figma-generated forms. I'm hitting the wall with that and cannot find any such video ...
@CodingIsFun3 ай бұрын
Yep, this one here: kzbin.info/www/bejne/fqjSe6d3qLN2i5I You can also inspect the code here: github.com/Sven-Bo/excel-data-entry-form/blob/main/gui.py I hope it helps! Happy coding! -Sven ✌️
@Copt7743 ай бұрын
This video was clutch for me. Thanks!!
@CodingIsFun3 ай бұрын
My pleasure! Appreciate you taking the time to watch and leave a comment. Cheers, Sven ✌️
@bishalkhatiwada260725 күн бұрын
can we build multiple frames and create it at the same time in tkinter?
@CodingIsFun25 күн бұрын
Thanks for watching. Yes, Multi-Frames are supported: github.com/ParthJadhav/Tkinter-Designer?tab=readme-ov-file#-multi-frame-support-is-here- Happy Coding! Cheers, Sven ✌️
@AlirezaMAIN29 күн бұрын
This video was very helpful. But I have a problem. I made a simple rectangle and a simple text on it. I don't know what to name there two. Everytime It messes up
@CodingIsFun25 күн бұрын
Sorry, but I don't understand your issue. You might want to rewatch the video or check out the official docs. Happy coding! Cheers, Sven ✌️
@florianroeseler24046 ай бұрын
I always wanted to create my own GUI app, thank you so much! :)
@CodingIsFun6 ай бұрын
Thanks for watching and happy coding, Florian! Cheers, Sven ✌️
@lukkygill2716 ай бұрын
AttributeError: 'ButtonHover' object has no attribute 'id_'. Did you mean: 'id'? Sir i am facing this issue what should i do
@CodingIsFun6 ай бұрын
Thanks for watching. Sorry, but with that bit of information I cannot help you. Cheers, Sven ✌️
@lukkygill2716 ай бұрын
@@CodingIsFun I've fixed the issue thanks for such an amazing tutorial✨🤝🏻❤️
@CodingIsFun6 ай бұрын
@@lukkygill271 What was the issue? :)
@lukkygill2716 ай бұрын
@@CodingIsFun there was a minor issue i did not named the ButtonHover properly instead of Writing ButtonHover i wrote ButtonHover_(Added space at the end mistakenly) this vid was so informative sir,looking forward to your next video about using database in figma designs Regards from Pakistan💚💫
@CodingIsFun6 ай бұрын
@@lukkygill271 Glad you found the bug. Greetings to Pakistan! Cheers, Sven ✌
@UzairSukor6 ай бұрын
This is great Sven. Love the sharing
@CodingIsFun6 ай бұрын
Glad you enjoyed it! Cheers, Sven ✌️
@niddish92004 ай бұрын
Hi, do you know if tkinter-designer supports dynamic screen resizing? (ex, I change the window size, and the elements scale in a similar way to the "scale" tool in Figma itself) Thanks!
@CodingIsFun4 ай бұрын
Thanks for watching! tkinter-designer is focused on creating GUI elements. Currently, these elements (text inputs, shapes, etc.) are placed on the canvas using the 'place' method. If you want to resize the elements dynamically, you'll need to modify the code as shown here: stackoverflow.com/a/71160417 Happy coding! Cheers, Sven ✌️
@mrdjangofreeman55602 ай бұрын
Nice, accurate, fast. Thx 😊
@CodingIsFun2 ай бұрын
Glad to hear you liked it! Thank you for commenting and watching. Cheers, Sven ✌️
@Elkcib4 ай бұрын
This tutorial is just too awsome!
@CodingIsFun4 ай бұрын
Glad you liked it! Cheers, Sven ✌️
@marcosmelendez096 ай бұрын
Question.. can we use this to create userforms in excel?
@CodingIsFun6 ай бұрын
That will be my next video 😅 I'm going to release it on Sunday. Stay tuned for that. Cheers, Sven ✌️
@marcosmelendez096 ай бұрын
Thank you so much Sven! I loook soo much forward to your video
@thealchemist5118Ай бұрын
Traceback (most recent call last): File "c:\Users\eugen\Desktop\Tkinter-Designer-master\gui\gui.py", line 15, in raise RuntimeError("Couldn't add tkdesigner to the PATH.") RuntimeError: Couldn't add tkdesigner to the PATH. PS C:\Users\eugen\Desktop\Tkinter-Designer-master> tkinter refuses to open on my vscode , i keep getting that error ...can you pls help me ?
@CodingIsFunАй бұрын
Hard to tell from a distance why you are facing an issue. Sorry, that I cannot help. Cheers, Sven ✌️
@laurentweisgerber38466 ай бұрын
It would be interesting to see how you can have your gui give interactive feedback I have a script which lets you choose between to modes and gives you feedback if the entered date is formatted correctly for example
@CodingIsFun6 ай бұрын
Thanks for watching and for your feedback. In the next video, I'll add a bit more interactivity. We'll build a data entry form for Excel that includes checks, such as a message box if the user doesn't fill out all required fields and another message box if the entered email is not in the correct format. Stay tuned for next Sunday when I release that video. Cheers,Sven ✌️
@DedyYanto-m8yАй бұрын
Did the apps be able to open in smartphone (Android)?
@CodingIsFunАй бұрын
Nope
@DedyYanto-m8yАй бұрын
@@CodingIsFun Do you have any tutorial for creating this kind of form but be able to fill it offline and work on android?
@CodingIsFunАй бұрын
@@DedyYanto-m8y No, I haven't
@LegendGamerz150KАй бұрын
The rectangle also click when clicking button
@BriannaLEAO5 ай бұрын
When I try to run the code, only a small white window pops up instead of the design. Any way to fix?
@CodingIsFun5 ай бұрын
Thanks for watching. Not sure why you wrote the same comment mutltiple times, but anyways 😅: Please clone the repo and try again, thanks! Cheers, Sven ✌️
@HamzaAli-pg7ju3 ай бұрын
Hi Sven! Can you please make a tutorial on Anvil?. That would be great!
@CodingIsFun3 ай бұрын
Thanks for watching and your video suggestion. Cheers, Sven ✌️
@arjaymoldez27363 ай бұрын
Nice, I was wondering if you can make a video like this but whole system is running smoothly like inventory system
@CodingIsFun3 ай бұрын
Thanks for watching and your video suggestion. -Sven ✌️
@arjaymoldez27363 ай бұрын
@@CodingIsFun you're welome, looking forward for that
@avolink4 ай бұрын
Hey, great tutorial, tnx! ^_^ By the way, do you know how to pack it to .APK for running it on Android, and how to force it to open in full screen mode??... We're making an embedded system interactive app GUI for school students...
@CodingIsFun4 ай бұрын
Thanks for watching and the positive feedback. Regarding your questions, please have a look here: stackoverflow.com/a/64725622 I hope it helps! Happy Coding! Cheers, Sven ✌️
@TasCashGr2 ай бұрын
What if i wanna create 2 buttons? can i name it button2
@CodingIsFun2 ай бұрын
No, you name it 'button'. Happy Coding! -Sven ✌️
@mrdipuu3 ай бұрын
Frame not found in figma file or is empty - fix this error bro please i worked 2 hiurs
@CodingIsFun3 ай бұрын
Thanks for watching and for your question. Hard to tell from a distance why you are facing an error. Sorry that I cannot help. -Sven ✌️
@zer0six4724 ай бұрын
Great video my friend ty 🙏
@CodingIsFun4 ай бұрын
Thank you! -Sven ✌️
@BriannaLEAO5 ай бұрын
When I try to run the code, only a small white screen pops up?
@CodingIsFun5 ай бұрын
Thanks for watching. Not sure why you wrote the same comment mutltiple times, but anyways 😅: Please clone the repo and try again, thanks! Cheers, Sven ✌️
@vonchilliman6 ай бұрын
Great tutorial! Thank you
@CodingIsFun6 ай бұрын
You're very welcome! Thanks for watching! Cheers, Sven ✌️
@evanbob9636 ай бұрын
bro this knowledge u shared just is so amazing and useful i wish i knew this earlier(so much time would be saved) 😢
@CodingIsFun6 ай бұрын
Appreciate the love! Thanks for watching! Cheers, Sven ✌️
@alanpros69506 ай бұрын
The tkinter application only work with Figma?
@CodingIsFun6 ай бұрын
Figma is only used to create the Tkinter code.
@hlubradio23185 ай бұрын
@@CodingIsFun nice
@sol999__62 ай бұрын
can be compiled to android?
@CodingIsFun2 ай бұрын
Nope
@sol999__62 ай бұрын
@@CodingIsFun thanks!
@alcaravan5554 ай бұрын
Many thanks, I hope your plan is to make a video where is connected to database and also create reports, apps like inventory, admin proyects, etc.
@CodingIsFun4 ай бұрын
Thanks for watching and your suggestions. Cheers, Sven ✌️
@r.e.4346 ай бұрын
is it possible to go from exe back to py?
@CodingIsFun6 ай бұрын
Not sure. But what would be the use case for that?
@horikatanifuji50385 ай бұрын
@@CodingIsFun Laundry Bussiness has an app, they hire me to edit it because it seems to have some bugs, but they don't have the source code.
@comfixit6 ай бұрын
Great topic, perfect combination of technologies to fuse together. The only thing that could make it better is incorporating AI into the process which you hint at doing in the next videos Well done!
@CodingIsFun6 ай бұрын
Thanks for the kind words! Yes, next Sunday, we will create a similar data entry form and use ChatGPT while building the app. In fact, we are going to build the entire entry form without writing a single line of code ourselves. 😬 Not sure if I should be proud of that, though. 😅 Anyway, thanks for watching and stay tuned. Cheers, Sven ✌️
@FernandoFischer60484 ай бұрын
Thank yoiu Very, Very Much Brother
@CodingIsFun4 ай бұрын
My pleasure! Appreciate you taking the time to watch and leave a comment. Cheers, Sven ✌️
@daedracrab1210Ай бұрын
How to add dropdown menus? nice tutorial btw
@CodingIsFun25 күн бұрын
Thank you very much for watching the video and your comment. Your requirements are well noted. Yet, I receive many requests for creating individual solutions. As much as I want to help, I simply do not find the time in my daily schedule to develop & test all the different requests. I hope you can understand. Thank you! -Sven
@andiglazkov49156 ай бұрын
Thank you 😊
@CodingIsFun6 ай бұрын
My pleasure! Thanks for tuning in! Cheers, Sven ✌️
@DesignDesigns3 ай бұрын
Cool...Thank you.
@CodingIsFun3 ай бұрын
My pleasure! Appreciate you taking the time to watch and leave a comment. -Sven
@theaccountantguy6 ай бұрын
Hi, that's an amazing tutorial. Much appreciated! Does converting the python code into an executable code work for all types of files? Like if we execute any complex apps will the exe files work especially where AI has been used? Thanks!
@CodingIsFun6 ай бұрын
Thanks for watching. I'm not sure about your use case or the types of files you want to include. Regarding "AI," are you looking to include a model that has been saved locally? I haven't tried that. However, if you want to call an API endpoint, like from OpenAI, that's definitely possible since you're just sending an HTTP request via your app. Happy coding! Cheers, Sven ✌️
@theaccountantguy6 ай бұрын
@@CodingIsFun Hi thanks for your reply. Yes ideally I am looking to use an API endpoint, however there are not many tutorials available for such use cases. It would be great if you could showcase something related to that. Thanks!
@CodingIsFun6 ай бұрын
@@theaccountantguy Ah, okay. That should be possible. I'm not sure if I will do a dedicated video about it, but if you're unsure how to incorporate that into the GUI, you could copy/paste your code into ChatGPT and ask how to integrate it with an API endpoint. Additionally, provide ChatGPT with a code snippet showing how the request should be sent to that API endpoint, including the return format. That could be a good starting point. I hope this helps! Happy coding!
@jasonworingen84314 ай бұрын
Why is the video speed so fast?
@CodingIsFun4 ай бұрын
Thanks for watching! You can slow down the video by clicking on the gear icon and changing the speed, e.g., to 0.75x. Cheers, Sven ✌️
@fridy-bgmi5 ай бұрын
Thanks a lot...
@CodingIsFun5 ай бұрын
Most welcome! Cheers, Sven ✌️
@TwoThreeFour4 ай бұрын
Not as good as Embarcadero's Delphi RAD editor though, but this is better than having to type everything yourself
@CodingIsFun4 ай бұрын
Thanks for watching and sharing your thoughts! Cheers, Sven ✌️
@dodoan596 ай бұрын
I like it 😊
@CodingIsFun6 ай бұрын
Glad you liked it. Thanks for watching and taking the time to leave a comment! Cheers, Sven ✌️
@cerealport27266 ай бұрын
although not related, this gives me flashbacks to the ease of using Macromedia Dreamweaver... I am showing my age...
@CodingIsFun6 ай бұрын
Thanks for watching! I've never used Macromedia Dreamweaver. I guess that was before I started coding 😅 Cheers, Sven ✌️
@DG-jq2jq28 күн бұрын
Boooo windows!!! Thanks for the video ;)
@CodingIsFun25 күн бұрын
Glad you liked it. Thanks for watching. -Sven ✌️
@DG-jq2jq24 күн бұрын
@@CodingIsFun I didn't. Just appreciate you trying
@CodingIsFun24 күн бұрын
@@DG-jq2jq 😅
@DG-jq2jq24 күн бұрын
@@CodingIsFun Sorry for being dick to you =)
@drendelous2 ай бұрын
1:40 start
@KennethFunk4 ай бұрын
Good god, I don't know who told you that this captioning was a good thing to do...but they lied. Closed Captioning has its place. Use it not your own captioning because that annoying colored square can not be turned off.
@CodingIsFun4 ай бұрын
Thanks for watching and your feedback. Cheers, Sven ✌️
@fkxfkx4 ай бұрын
shush
@edgeprobability4 ай бұрын
@@CodingIsFunI agree. Great vid tho!
@lawrencemanning3 ай бұрын
And if you’re worried about your English, it’s top notch.
@RZing3 ай бұрын
agree,the highlighted are annoying
@__________________________69106 ай бұрын
Noice
@CodingIsFun6 ай бұрын
Thanks!
@Erraticfox3 күн бұрын
Wtf does figma do? Why is there assets for "button hover" and "button normal"? I have heard of figma and thought it was nice, but thats down right disgusting.
@R00kTruth3 ай бұрын
too much mucking about.... QT designer.
@CodingIsFun3 ай бұрын
Thanks for watching and sharing your thoughts! -Sven ✌️
@BriannaLEAO5 ай бұрын
When I try to run the code, only a small white screen pops up?
@CodingIsFun5 ай бұрын
Thanks for watching. Not sure why you wrote the same comment mutltiple times, but anyways 😅: Please clone the repo and try again, thanks! Cheers, Sven ✌️
@BriannaLEAO5 ай бұрын
When I try to run the code, it only prints out a white small window?
@CodingIsFun5 ай бұрын
Thanks for watching. Not sure why you wrote the same comment mutltiple times, but anyways 😅: Please clone the repo and try again, thanks! Cheers, Sven ✌️