Hacker News new | ask | show | jobs
by andy99 921 days ago
I would like to be able to use a gui to set up parameter sweeps based on info pulled from argparse and then convert back to a shell script that runs and saves the output sensibly.
2 comments

I'm trying to solve the part of the problem that generates the output, the argparse part would not be that hard to write.

https://github.com/blooop/bencher/tree/main

Not quite; turn any GUI application into a Python command line program.
This feels maybe possible with QT. Since the inputs are all defined in code.