Required widgets for displaying a 1D console application

拥有回忆 提交于 2019-11-28 01:45:28

Look at the examples that come with Urwid, especially examples/tour.py. That one demonstrates many of Urwid’s widgets and containers in a large, scrollable container and should give you plenty of ideas. The whole examples directory exists for this very reason.

Also, Urwid has only a small number of containers. You could have just, you know, tried them out…

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!