Skip to main content

Yet another ANSI color text library for Python. Provides “auto colors” for dark/light terminals.

In Python2.x this library subclasses unicode, while on Python3.x it subclasses str. colorclass is supported on Python 2.6, 2.7, 3.3, and 3.4.

Build Status Coverage Status Latest Version Downloads Download format License

Quickstart

Install:

pip install colorclass

Example Implementation

Example Script Screenshot

Source code for the example code is: example.py

Usage

Different colors are chosen using curly-bracket tags, such as {red}{/red}. For a list of available colors, call colorclass.list_tags().

The available “auto colors” tags are:

  • autoblack

  • autored

  • autogreen

  • autoyellow

  • autoblue

  • automagenta

  • autocyan

  • autowhite

Methods of Class instances try to return sane data, such as:

from colorclass import Color
color_string = Color('{red}Test{/red}')

color_string
u'\x1b[31mTest\x1b[39m'

len(color_string)
4

color_string.istitle()
True

There are also a couple of helper attributes for all Color instances:

color_string.value_colors
'\x1b[31mTest\x1b[39m'

color_string.value_no_colors
'Test'

Changelog

1.0.0

  • Initial release.

Download files

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

Source Distribution

colorclass-1.0.0.tar.gz (6.1 kB view details)

Uploaded Source

File details

Details for the file colorclass-1.0.0.tar.gz.

File metadata

  • Download URL: colorclass-1.0.0.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for colorclass-1.0.0.tar.gz
Algorithm Hash digest
SHA256 d2ad6a947ceb48aba25a43bff3d2baf8c08a822474aa4d12fb54a49557bfb689
MD5 a875ea50176a7a120132199d0bed33e7
BLAKE2b-256 2501f28cdbfa3447a042d3426d0a547813c26a2079dac1ab9dbf5d6383f14683

See more details on using hashes here.

Release history Release notifications | RSS feed

2.2.2

2 files

2.2.1

2 files

2.2.0

1 file

2.1.1

1 file

2.1.0

1 file

2.0.0

1 file

1.2.0

1 file

1.1.2

1 file

1.1.1

1 file

1.1.0

1 file

1.0.2

1 file

1.0.1

1 file

This release

1.0.0 This release

1 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