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
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()
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: