Crayons. Add colors to text in Python programs.

pypi.python.org/pypi/crayons

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

August 2020
  • Release —v0.4.0
  • v0.4.0 release
  • Add hasattr check for isatty on sys.stdout (#27)
June 2020
  • update readme badges
  • Release —v0.3.1
  • fix publish command missing wheel
  • 0.3.1 release
  • add publish workflow
  • add github actions workflow
  • fix typo in README
  • Handle passing non-string types into crayons
October 2019
  • chore: ignore build artifacts
  • build: add a setup.cfg file
  • Release —v0.3.0
  • fix: add reset_replace_colors to __all__
  • v0.3.0 release
  • build: remove Windows from travis testing as no colors ever
  • fix: remove second COLORS assignment
  • build: add testing on windows in Travis
  • build: fix flake8 errors in test script
  • build: expand test script to run all functions
  • feat: add function to reset replace codes
  • feat: change clean to strip ansi codes instead of all text?