Skip to main content

Simple terminal text formatter that helps with printing pretty stuff

Project description

terminal formatter

The Terminal Formatter Library provides a few easy-to-use functions for formatting terminal-printed text with custom functions and wrappers for pprintpp and colored. This library is mostly intended for personal use and might introduce breaking changes at any point.

With this library, you can:

  • Highlight text
  • Wrap text inside a box to have it stand out even in large amounts of output
  • Pretty-print data structures
  • Indent blocks of text
  • Colorize text and backgrounds for colored terminal printing

installation

The library can be installed with

pip install terminal-formatter

It then can be imported in your script with

import terminal-formatter

available functions

heading(text: str) -> str - Formats headings, shortcut for box() inside highlight() function.

highlight(text: str) -> str - Highlight text by changing its color to orange_1.

box(text: str) -> str - Wraps text inside a box of # characters to have it stand out of even large amounts of output.

pretty(obj) -> str - Prettyprint a data structure - wraps pprintpp's format function.

indent(text: str, amount: int = 1, indent_character: str = ' ') -> str - Indent text by increments of four.

colorize(text: str, color: str) -> str - Colorize given text for colored terminal printing.

colorize_bg(text: str, color: str) -> str - Colorize given text's background for colored terminal printing.

license

This library is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

terminal-formatter-0.0.2.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

terminal_formatter-0.0.2-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file terminal-formatter-0.0.2.tar.gz.

File metadata

  • Download URL: terminal-formatter-0.0.2.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.0

File hashes

Hashes for terminal-formatter-0.0.2.tar.gz
Algorithm Hash digest
SHA256 cd296df64b45a8e5a1759b41f0358f3b98c943891992d523730a19ab37552511
MD5 afde91f7985c0b5cc7708511fa396aa2
BLAKE2b-256 3ead012becdb737b68f65362ed3c53dbe311862fbd99b5e6cd204574cfa174bb

See more details on using hashes here.

File details

Details for the file terminal_formatter-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for terminal_formatter-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a2377d2a230679cf67a16c1d102bad43aa1fe644bf0f34b1f196941b1f6191a3
MD5 8c8d3109112af1aee55dcded575933d3
BLAKE2b-256 331028a349bc5cce0f80358ec0aa59e81e97bb4bcc8bdcfffc2fdd8c719abe7b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page