Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 575 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 575 Bytes

argument-dialog

Automatic QT dialog for python functions.

This tool will analyze python function arguments and generate a UI for setting them in a function call.

tool screenshot

Pressing "Run" will then execute the function with the specified arguments.

Was designed with one particular function in mind with lots of arguments. But could be useful for other things.

Special thanks to Harald Zlattinger. This tool would not exist if he hadn't shown me the magic of unpacking dictionaries into kwargs.