SteveKlein
Results
1
issues of
SteveKlein
It would be nice to be able to add a menu item that invokes a function in the client app. Example: ```python def openLogFolder(): subprocess.run(["explorer", "C:\\logs"]) @Gooey(menu=[{'name': 'Open', 'items': [{'type':...