color

Very small color printing module
Download

color Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Tres Walsh
  • Publisher web site:
  • https://github.com/sahchandler/

color Tags


color Description

color is a (very) small module for Python 3.2 and later that allows printing colors to the console. It works on any ANSI terminal, and the Windows command line. To use it, simply use the print function as you always have, however you now have the option of passing color to it as well.Example:>>> from color import print>>> print('hello', 'world!', color='blue')Available colors are:- grey- red- green- yellow- blue- magenta- cyan- whiteColor does not currently support modifying background colors.Product's homepage


color Related Software