FHPythonUtils / Cli2Gui

Use this module to convert a cli program to a gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding "input()" as element to Cli2gui.

marcobaturan opened this issue · comments

Feature

  • I have read the comment above and have completed each step
  • I have filled in each heading below

Is your feature request related to a problem? Please describe

Describe the solution you'd like

A possible options it's to add "input ()" build-in function like readable option.

Describe alternatives you've considered

Instead of;
@cli2gui(argparse="argparse"...)
Can be possible put ...?
@cli2gui(argparse="inpu" ...)
Def func():
Var=imput ("...")

Many thanks in advance.

Sounds like a pretty good idea. I'll take a look at this over the next few weeks

Should be addressed in the latest version