Python ANSI Colours Static methods to wrap text in ANSI Colours. Installation Install by running: pip install ansi_colours Usage from ansi_colours import AnsiColours as colour # Red text colour.red("I'm red")