Closed milahu closed 2 years ago
ps. im working on this : )
the input
tab is the old interface with all the input elements, to set arguments
the output
tab is a fully-featured bash terminal (todo: on windows run busybox-w32)
when the user hits start
, the GUI switches to the output
tab
and shows all output from the process
Wow that looks awesome thanks for making a start on it. I was going to add it to the backlog as there's a couple other projects I'm focusing on right now
I'm assuming this is compatible with pysimplegui?
Cheers 😊
I'm assuming this is compatible with pysimplegui?
yes, this is implemented in psg
Closing for the following reasons:
Feature
add a virtual terminal widget, so we can show the live stdout and stderr of the
run
functionIs your feature request related to a problem? Please describe
problem: when running the app without a terminal, then stdout/stderr are not visible
Describe the solution you'd like
challenges:
run_function
orsubprocess
example: capture stdout with
io.TextIOBase
https://stackoverflow.com/questions/51527750/capture-print-output-from-multiple-threads-in-pythonDescribe alternatives you've considered
Additional context