Create a real-time interactive TUI using Python.
Christian Gollwitzer
auriocus at gmx.de
Wed Sep 1 00:50:45 EDT 2021
Am 31.08.21 um 18:49 schrieb Chris Angelico:
> On Wed, Sep 1, 2021 at 1:59 AM hongy... at gmail.com <hongyi.zhao at gmail.com> wrote:
>>
>> I want to know whether python can be used to create real-time interactive TUI, as hstr [1] does.
>>
>> [1] https://github.com/dvorka/hstr
>>
>
> Yes.
I think he also would like to know, how to achieve this ;)
This kind of interface is usually done with the "curses"-library. There
is a Python version of it, see e.g. here
https://docs.python.org/3/howto/curses.html
Christian
More information about the Python-list
mailing list