Hacker News new | ask | show | jobs
by zdc1 164 days ago
I considered a GUI for a small Python project of mine, but couldn't find anything quick, simple, and portable. I ended up opting for a TUI with a few ASCII art boxes.
1 comments

For quick and simple, by all means do a TUI. I have done it too, and they're super easy to vibecode :)

Claude Code seems neither quick nor simple