Description
Makes command-line output and text input easier for people to read in Python programs. It can format sizes, times, tables, prompts, terminal text, and other values that would otherwise look raw or technical.
Developers use it inside CLI tools and scripts to improve messages shown to users. It is a helper library rather than a standalone application.