-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: virtual terminal #8
Comments
ps. im working on this : ) the the when the user hits |
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 😊 |
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-python
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: