Y
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
blooop
920 days ago
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
link
nathanfig
921 days ago
Not quite; turn any GUI application into a Python command line program.
link
rocqua
921 days ago
This feels maybe possible with QT. Since the inputs are all defined in code.
link
https://github.com/blooop/bencher/tree/main