Skip to main content

Converts Markup to Terminal ANSI Escape Codes

Project description

terminal-markup

PyPI - Python Version PyPI - Version Total Downloads

Converts Markup to Terminal ANSI Escape Codes.

Inspired by tml.

Pros:

  • Faster than alterntavies like rich.
  • Supports background color and hex-colors.
  • Null-dependency.

Install:

pip install terminal-markup
poetry add terminal-markup

After install you can use comand terminal-markup.

Examples

from terminal_markup import convert

print(convert("[b][color=#f70000 background=yellow] WARNING [/color]:[/b] [magenta]Life leads to [i blue underline]Death[/i].[/magenta]"))

image

Tags

Tag Description
b Bold text
i Italic text
u Underline text
[color=<color>], <color name> Set foreground color

Non-existent tags do not cause errors.

Common attributes

Attribute Description
<color name>, color=<color> Set foreground color
background=<color> Set background color
{bold|italic|underline}[={no|off|false|0|...}] Set text style

Unknown attributes are ignored.

Colors

Color name: black, red, green, yellow, blue, magenta, cyan, white. Also supported HEX-codes like #deadbeef.

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_markup-0.2.2.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

terminal_markup-0.2.2-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

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