This commit is contained in:
2017-01-19 19:35:53 -05:00
parent ab651dba5b
commit 9937fd2d47
+7 -1
View File
@@ -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
---------------