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
{{ message }}
This repository was archived by the owner on Mar 28, 2024. It is now read-only.
I was amazed about ANSI ESC codes instead colored text (with Windows 10)
I need to add:
reg add HKCU\Console /v VirtualTerminalLevel /t REG_DWORD /d 0x00000001 /f
or add this in top of utlities.py
import os
os.system('color')
The text was updated successfully, but these errors were encountered: