You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been using this library recently, and it seems fantastic.
I would like to gradually manage the transition from a command-line app to a textual app. Therefore, I would like to convert all the initial print() statements in the old app into prints within a textual window with a header and footer. Is it possible?
Hi, I've been using this library recently, and it seems fantastic.
I would like to gradually manage the transition from a command-line app to a textual app. Therefore, I would like to convert all the initial print() statements in the old app into prints within a textual window with a header and footer. Is it possible?
Of course, the code I've written doesn't work because the
run()
function is blocking the execution of the code.Is there a way to achieve the result I'm looking for?
Thank you
The text was updated successfully, but these errors were encountered: