V
V
Victor2014-08-24 12:36:55
linux
Victor, 2014-08-24 12:36:55

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

4 answer(s)
E
EXL, 2014-08-24
@EXL

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.

J
jcmvbkbc, 2014-08-24
@jcmvbkbc

There is xdialog , but you will need to pass the data entered with it to the console program yourself.

A
arthurchumak, 2014-08-24
@arthurchumak

gxmessage and zenity

F
Finnish, 2014-08-25
@finnish

Gooey may well help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question