Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install termcolor

How to install termcolor

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install termcolor
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.1.0 Available View build log
0.2 Available View build log
0.1.2 Available View build log
0.1.1 Available View build log
1.1.0 Available View build log
Windows (64-bit)
1.1.0 Available View build log
0.2 Available View build log
0.1.2 Available View build log
0.1.1 Available View build log
1.1.0 Available View build log
Mac OS X (10.5+)
1.1.0 Available View build log
0.2 Available View build log
0.1.2 Available View build log
0.1.1 Available View build log
1.1.0 Available View build log
Linux (32-bit)
1.1.0 Available View build log
0.2 Available View build log
0.1.2 Available View build log
0.1.1 Available View build log
1.1.0 Available View build log
Linux (64-bit)
1.1.0 Available View build log
1.0.1 Available View build log
0.2 Available View build log
0.1.2 Available View build log
0.1.1 Available View build log
1.1.0 Available View build log
1.1.0 Available View build log
 
License
MIT
Imports
Lastest release
version 1.1.0 on Jan 14th, 2011

Example

import sys
from termcolor import colored, cprint

text = colored('Hello, World!', 'red', attrs=['reverse', 'blink'])
print(text)
cprint('Hello, World!', 'green', 'on_red')

print_red_on_cyan = lambda x: cprint(x, 'red', 'on_cyan')
print_red_on_cyan('Hello, World!')
print_red_on_cyan('Hello, Universe!')

for i in range(10):
    cprint(i, 'magenta', end=' ')

cprint("Attention!", 'red', attrs=['bold'], file=sys.stderr)

Text Properties

Text colors:

  • grey
  • red
  • green
  • yellow
  • blue
  • magenta
  • cyan
  • white

Text highlights:

  • on_grey
  • on_red
  • on_green
  • on_yellow
  • on_blue
  • on_magenta
  • on_cyan
  • on_white

Attributes:

  • bold
  • dark
  • underline
  • blink
  • reverse
  • concealed

Terminal properties

Terminal bold dark underline blink reverse concealed
xterm yes no yes bold yes yes
linux yes yes bold yes yes no
rxvt yes no yes bold/black yes no
dtterm yes yes yes reverse yes yes
teraterm reverse no yes rev/red yes no
aixterm normal no yes no yes yes
PuTTY color no yes no yes no
Windows no no no no yes no
Cygwin SSH yes no color color color yes
Mac Terminal yes no yes yes yes yes

CHANGES

1.1.0 (13.01.2011)
  • Added cprint function.
1.0.1 (13.01.2011)
  • Updated README.rst.
1.0.0 (13.01.2011)
  • Changed license to MIT.
  • Updated copyright.
  • Refactored source code.
0.2 (07.09.2010)
  • Added support of Python 3.x.
0.1.2 (04.06.2009)
  • Fixed bold characters. (Thanks Tibor Fekete)
0.1.1 (05.03.2009)
  • Some refactoring.
  • Updated copyright.
  • Fixed reset colors.
  • Updated documentation.
0.1 (09.06.2008)
  • Initial release.

Subscribe to package updates

Last updated Jan 14th, 2011

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.