• Stars
    star
    53
  • Rank 552,529 (Top 11 %)
  • Language
    Python
  • License
    Other
  • Created over 10 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python comes with batteries included, but console applications have no color. This project brings a very simple interface to colored console output. It does not replace curses or more sophisticated libraries. If you just need to print colored text using the same API on Linux, Windows and Mac OS X, colorconsole can be a good option. It uses ctypes to access Windows console API routines and ANSI escape codes for xterm on Linux and Mac OS X.