Replies: 1 comment 1 reply
-
Checkout the various options available to Gooey in the docs. You can pass a Here's an example: parser.add_argument("DirectoryChooser", widget="DirChooser",
gooey_options={
'wildcard':
"Comma separated file (*.csv)|*.csv|"
"All files (*.*)|*.*",
'message': "pick folder",
'default_path': r"C:\Users\Chris\Documents\stuff"
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Guys. I am new to Gooey and I am trying to create a GUI for my work. So for file browser widget, how can I setup a predefined dir to open as default rather to select every time?
Beta Was this translation helpful? Give feedback.
All reactions