python TUI 库

prompt toolkit

简易的交互式TUI库,支持异步。

rich

用RichHandler保持对logging的兼容。但因为 中断时-光标隐藏的bug 与 抢占式console写入带来副作用,不是很推荐该库。

见: https://github.com/Textualize/rich/issues/3673

pyTermTk

很有特色的TUI库,支持html+js。库比较大,自带窗口管理器。可以用作游戏。

https://github.com/ceccopierangiolieugenio/pyTermTk

参考阅读

https://dev.to/lazy_code/5-best-python-tui-libraries-for-building-text-based-user-interfaces-5fdi

Python TUI libraries

posted @ 2025-06-05 15:01  Nolca  阅读(145)  评论(0)    收藏  举报