ASPCS
 
Back to Volume
Paper: A Dynamic GUI to Supercharge Your Scripts
Volume: 541, ADASS XXXIII
Page: 159
Authors: Peter Teuben,1 Anh Hoang Cao,1 Kylie Gong,1 and James Stone
DOI: 10.26624/GWNS2952
Abstract: We present a generic method by which we annotate an existing script and turns the script in a GUI driven app. We used pyqt5 for this, loosely based on an earlier version that used the tk library via the wish command. The resulting script can be used in CLI as well as GUI mode.

We also show a custom built version of this technique to drive an AthenaK simulation with a GUI, which we call pyThena.

Back to Volume