prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.28k stars 715 forks source link

RICH Layout and prompt - terminal user interface #1528

Open PrincesNunu opened 2 years ago

PrincesNunu commented 2 years ago

Hello: I am doing a small program of a user interface for running on a terminal. I use RICH to define Layouts and I need to put into one layout a prompt for asks inputs and show into another Layout. Did someone have make this before? It is possible? How? Thanks in advance!

jonathanslenders commented 2 years ago

I don't think this has been done before. In theory it should be possible with some adapters, I guess, but that will be quite a bit of work to make that happen.

ArthurREGNARD commented 2 years ago

@jonathanslenders , witch adapters do you mean ?

Any solutions ?