TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tkinter Designer: Quickly Turn Figma Design to Python Tkinter GUI

161 pointsby yasoobalmost 2 years ago

8 comments

bilsbiealmost 2 years ago
I’ve always thought there’s so much low hanging fruit in making simple interfaces easy to make.<p>We’ve lost so much ground since vb6.
评论 #36520496 未加载
评论 #36528581 未加载
评论 #36520388 未加载
评论 #36522023 未加载
评论 #36522475 未加载
wayveyalmost 2 years ago
Pretty impressive. I&#x27;ve never very much liked how TKinter looks out of the box and i didn&#x27;t know it&#x27;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&#x27;t. Will be following this project for my future GUI needs in Python. Nice work!
评论 #36520327 未加载
评论 #36519763 未加载
Waterluvianalmost 2 years ago
I&#x27;ve never seen License laid out in a table like this and I kinda love it:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ParthJadhav&#x2F;Tkinter-Designer#-license">https:&#x2F;&#x2F;github.com&#x2F;ParthJadhav&#x2F;Tkinter-Designer#-license</a>
hospitalJailalmost 2 years ago
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&#x27;m fine with moving away from tkinter. I&#x27;m not sure who the problem is.
评论 #36520256 未加载
samwillisalmost 2 years ago
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&#x27;s building the whole UI from images from the Figma file, so isn&#x27;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&#x2F;Toga code.<p>0: <a href="https:&#x2F;&#x2F;beeware.org" rel="nofollow noreferrer">https:&#x2F;&#x2F;beeware.org</a>
iorrusalmost 2 years ago
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.
评论 #36519599 未加载
评论 #36522545 未加载
shubhamgrg04almost 2 years ago
It would be exciting to see future iterations of this tool incorporate native OS styling or even output to other GUI frameworks like QT or Toga.
评论 #36521357 未加载
Hrun0almost 2 years ago
The examples look horrible imho
评论 #36523709 未加载