Am 31.08.21 um 18:49 schrieb Chris Angelico:
On Wed, Sep 1, 2021 at 1:59 AM hongy...@gmail.com <hongyi.z...@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
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to