Replies: 1 comment
-
|
Please don't duplicate questions in multiple places! This was answered here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to make interactive gui with Gooey?
curl_parser.add_argument('add',metavar='CHOOSE A Thing ',widget ='CheckBox')
If the user clicks the Checkbox, I need a filebrowser widget to add to the existing gui. Is it possible to make it work?
Also I would like to know whether if we use optional arguments in an argument, cant we add a variable to call back?
curl_parser.add_argument("-o",'add',metavar='CHOOSE A Thing ',widget ='CheckBox')
This command is giving me error.
ValueError: invalid option string 'add': must start with a character '-'
Beta Was this translation helpful? Give feedback.
All reactions