If your are using Python 3.6+, string f-strings are the recommended way to format strings. Python 3 introduced a new way to do string formatting that was later back-ported to Python 2.7. This makes ...
The Rich API makes it easy to add color and style to terminal output. Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, tracebacks, and more — out of the box ...