Jaymon / pout

Python pretty print on steroids
MIT License
29 stars 0 forks source link

If pout is outputting to a terminal then add color? #94

Open Jaymon opened 6 months ago

Jaymon commented 6 months ago

colorama - Cross-platform colored terminal text.

I feel like it's time, let's add some color when it's outputting to the terminal. I will have to research on how to tell if we're running on term and then switch a flag and add color only if the flag is set.