Create a real-time interactive TUI using Python.

hongy...@gmail.com hongyi.zhao at gmail.com
Tue Aug 31 20:35:38 EDT 2021


On Wednesday, September 1, 2021 at 12:49:51 AM UTC+8, Chris Angelico wrote:
> On Wed, Sep 1, 2021 at 1:59 AM hongy... at gmail.com <hongy... 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. 

The following are some python TUI framework libraries/projects I have discovered so far:

https://github.com/pfalcon/picotui
https://github.com/peterbrittain/asciimatics
https://github.com/bczsalba/pytermgui
https://github.com/GeorgeFilipkin/pulsemixer
https://github.com/jwlodek/py_cui
https://github.com/saulpw/visidata
https://github.com/willmcgugan/textual
https://github.com/urwid/urwid

HY


More information about the Python-list mailing list