Python rich 库 - Column
Column
Rich 可以通过 Columns
类在整齐的列中渲染文本或其他 Rich 渲染物。
To use, construct a Columns instance with an iterable of renderables and print it to the Console.
The following example is a very basic clone of the ls
command in OSX / Linux to list directory contents:
|
|
See columns.py for an example which outputs columns containing more than just text.