Skip to main content

The simplest module for coloring terminal output via ansi codes. Originally from blender 3d source code.

Project description

Blendercolors

A simple module for coloring terminal output via ANSI codes. Based on the classic bcolors snippet from Blender 3D source code.

Works on all terminals with ANSI. (Linux, MacOS, modern Windows)

Features

  • Simple ANSI color codes
  • Cross-platform (works in most modern terminals)
  • Lightweight and dependency-free

Installation

pip install blendercolors

Usage

from blendercolors import bcolors

print(f"{bcolors.WARNING}Yellow color for warnings{bcolors.ENDC}")
print(f"Three OK colors")
print(f" {bcolors.OKGREEN}green{bcolors.ENDC}, {bcolors.OKBLUE}blue{bcolors.ENDC} and {bcolors.OKCYAN}cyan{bcolors.ENDC}")
print(f"{bcolors.FAIL}Red for error texts{bcolors.ENDC}")

# And anytime your can disable all coloring without remove previos written, just place at top of program:
bcolors.disable()

Demo

Start coloring text with defined choiced color, finish coloring by bcolors.ENDC

ANSI codes:

    HEADER = '\033[95m'
    OKBLUE = '\033[94m'
    OKCYAN = '\033[96m'
    OKGREEN = '\033[92m'
    WARNING = '\033[93m'
    FAIL = '\033[91m'
    ENDC = '\033[0m'
    BOLD = '\033[1m'
    UNDERLINE = '\033[4m'

Based on the classic bcolors snippet popularized by Blender and Stack Overflow.

Inspired by stackoverflow post: https://stackoverflow.com/questions/287871/how-do-i-print-colored-text-to-the-terminal

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

blendercolors-0.1.2.tar.gz (14.6 kB view details)

Uploaded Source

Built Distribution

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

blendercolors-0.1.2-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

Details for the file blendercolors-0.1.2.tar.gz.

File metadata

  • Download URL: blendercolors-0.1.2.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for blendercolors-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d3b967b9918c27d7a6a0ac9147944a943ffa0db3089e1e79ae306e472f85ecdc
MD5 3858113b2faf6d31a5ae1de5eab9d0cc
BLAKE2b-256 602e668a9bcbbe0c2b781da516d40bb90e85863aa709ac64eebb4656c753dedd

See more details on using hashes here.

File details

Details for the file blendercolors-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: blendercolors-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 14.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for blendercolors-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 56efe8a283c960e908f516d060fa04fa24117a00419e7ad363ee16426e7cea41
MD5 37c31562191893d1107796ed663ea1f8
BLAKE2b-256 813dfb9f2250cdf66491d13f6506ae6e0e6e9c42bbbc651655ba43e5ff975ef3

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