SIGN IN SIGN UP
Textualize / rich UNCLAIMED

Rich is a Python library for rich text and beautiful formatting in the terminal.

55891 0 0 Python
2020-09-12 14:31:04 +01:00
from rich import print
from rich.padding import Padding
2020-09-13 13:12:34 +01:00
2020-09-12 14:31:04 +01:00
test = Padding("Hello", (2, 4), style="on blue", expand=False)
print(test)