Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

ANSI colors (not really bug - only a Notice) #79

Open
GeoHopper opened this issue Feb 20, 2024 · 0 comments
Open

ANSI colors (not really bug - only a Notice) #79

GeoHopper opened this issue Feb 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@GeoHopper
Copy link

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')

@GeoHopper GeoHopper added the bug Something isn't working label Feb 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant