From 9937fd2d47f8e6d3a484abee8ef3dc84a7dceb28 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 19 Jan 2017 19:35:53 -0500 Subject: [PATCH] features --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6c67195..49be95f 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,13 @@ Crayons: Text UI colors for Python. This module is really simple, it gives you colored strings for terminal usage. Included colors are ``red``, ``green``, ``yellow``, ``blue``, ``black``, ``magenta``, ``magenta``, ``cyan``, ``white``, ``clean``, and ``disable``. -If you call ``disable()``, all future calls to colors will be ignored. +Features +-------- + +- If you call ``disable()``, all future calls to colors will be ignored. +- If the current process is not in a TTY, no colors will be displayed. +- Length of ColoredStrings can be properly calculated. +- Powered by colorama. Usage is simple ---------------