Answer the question
In order to leave comments, you need to log in
Is there a ready-made universal GUI wrapper for console programs?
There is a console program for Linux. I need to show her work to a person who does not know how to work with the console. He needs a familiar interface: a window with several forms for entering numbers, one boolean parameter and a start button. You don't need to read the result.
Is there a ready-made wrapper that can set the number and type of input fields in the config, and will it pass them to the console program?
Answer the question
In order to leave comments, you need to log in
Pay attention to the Tcl / Tk bundle , one of the areas of application of this bundle is the creation of graphical interfaces for console programs (software packages). As far as I know, Tcl / Tk uses the most popular Git console utility in its distribution. I think the code from the examples will help you cope with your task.
There is xdialog , but you will need to pass the data entered with it to the console program yourself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question