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 ---------------