| ▲ | halfcat 14 hours ago | |
Wait until you see ImGui bindings for Python [1]. It’s immediate mode instead of retained mode like Tkinter/Qt/Wx. It might not be what you’d want if you’re shipping a thick client to customers, but for internal tooling it’s awesome.
[1] https://github.com/pthom/imgui_bundle | ||
| ▲ | DrewADesign 10 hours ago | parent [-] | |
This looks like it would be perfect for the internal user that really just needs to run a shell script with options who’s in the “technical enough to follow instructions faithfully, not technical enough to comfortably/reliably use the command line” demographic. | ||