You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just FYI, colorama's main purpose is wrapping stdout, snatching UNIX color commands, and translating them into equivalent Windows commands. It does have color constants, though, and you can use it for just that if you'd rather not define them yourself.
I've stopped including it in my projects to avoid an unnecessary dependency.
If we added just a little color to the output, it would be much more readable.
colorama seems to be the go-to library for this.
The text was updated successfully, but these errors were encountered: