Pretty impressive. I've never very much liked how TKinter looks out of the box and i didn't know it's capable custom UI visuals as in the examples. If tkinter looked like the OS native UI it would be optimal, but in my experience it mostly doesn't. Will be following this project for my future GUI needs in Python. Nice work!
I've never seen License laid out in a table like this and I kinda love it:<p><a href="https://github.com/ParthJadhav/Tkinter-Designer#-license">https://github.com/ParthJadhav/Tkinter-Designer#-license</a>
Our company made the switch to QT, dev time and code readability has improved, but the code runs significantly slower in debug mode. (Yes I know we can run headless)<p>Sad because I learned so much tkinter, and despite that, I'm fine with moving away from tkinter. I'm not sure who the problem is.
Neat! I can see this being a useful way to build quick demos from a Figma design, not sure I would use it for proper apps though.<p>If I follow correctly, it's building the whole UI from images from the Figma file, so isn't using any native OS styling. Thats fine for demos and some simple apps.<p>It would be interesting if it was possible to combine this with BeeWhare [0] for mobile UIs, mobile is much more forgiving with none native style. I wander if it could be modified to output BeeWhare/Toga code.<p>0: <a href="https://beeware.org" rel="nofollow noreferrer">https://beeware.org</a>
I find chatgpt good for this kind of simple GUI design tasks, you can just tell it to create a simple GUI incl drop downs etc. It won’t be perfect but removes a lot of the tedious work.