Search Results

3
votes

Print in terminal with colors using python ?

I'm surprised no one has mentioned the Python termcolor module. Usage is pretty simple: from termcolor import colo …