Skip to main content

Lightweight module with ANSI control codes to dye python scripts.

This package contains just one module, it consist only on some declaration, something like:

RED = \x1b[31m

The module has the trivial task of extend the namespace of your application to include terms you can use to color and format terminal output using ANSI control codes.

Usage

from dye import *

print fg.BLUE+"colorz"+fg.RESET
print fg.LBLUE+"colorz"+fg.RESET

print style.BOLD + fg.GREEN + bg.YELLOW + "colorz" + style.RESET_ALL

The strings contained in the colorz variables are ANSI control codes.

In this set there are:

  • the basic 8 colors

BLACK
RED
GREEN
YELLOW
BLUE
MAGENTA
CYAN
WHITE
  • their high intensity versions

HBLACK
HRED
HGREEN
HYELLOW
HBLUE
HMAGENTA
HCYAN
HWHITE
  • The following styles are supported:

BOLD
DIM
UNDERL
BLINK
REVERSE
HIDDEN
  • reset sequences

RESET_ALL
RESET_BOLD
RESET_DIM
RESET_UNDERL
RESET_BLINK
RESET_REVERSE
RESET_HIDDEN

You can set text color using fg codes: fg.RED

You can set background color using bg codes: bg.RED

You can set styles using style codes: style.BOLD

Release files for dye 0.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for dye 0.4
File Size Uploaded
dye-0.4.tar.gz 2.1 kB Details

Release files / dye-0.4.tar.gz

Download URL dye-0.4.tar.gz
Size 2.1 kB
Tags Source
SHA-256 checksum
How to use checksums
dc435e37edcdc86d7163f604aaecb20be9bf68189586862276514576057402c3
BLAKE2b-256 checksum
How to use checksums
fa2d92866d3384f29bbc39a86dd799dd71861693c4610a7ba805dca6c0b05b9f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/3.7

Release history Release notifications | RSS feed

This release

0.4 This release

1 release file

0.3

1 release file

0.2

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page