socon-dev / socon

Socon is a microservice architecture framework that helps you focussing on deploying/chaining individual commands and custom services between your different projects
BSD 3-Clause "New" or "Revised" License
26 stars 3 forks source link

Color not working on windows #45

Open StephaneCapponi opened 1 year ago

StephaneCapponi commented 1 year ago

We need to use colorama to fix windows terminal color output. Today, on windows, the output only contains the escaped color character but does not show the color

from colorama import just_fix_windows_console
just_fix_windows_console()