Replies: 1 comment 1 reply
-
Rich doesn't provide any explicit support for TUIs / full screen interfaces, but you can capture output. Some people have combined this with the keyboard module to make things more dynamic, so it is possible with a bit of work. Or you could wait for Textual |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Absolutely love Rich, love what you guys have made. I was wondering if anyone had a clever 3rd party / hack to allow for more interactivity as we all patiently wait for the TUI :P Only somewhat successful method I've found was through keyboard input, which was surprising considering the number of projects that use Rich -- and even so, it's not the most user-friendly for the non-technical crowd.
Would an integration with something like py_cui or something similar be possible? Or would it be a daunting task not worth pursuing?
Beta Was this translation helpful? Give feedback.
All reactions