zhovner / mfdread

Mifare 1k/4k dumps parser in human readable format
306 stars 51 forks source link

Colored output not working on Windows #12

Closed askar882 closed 4 years ago

askar882 commented 4 years ago

ANSI escape character sequences not working properly on Windows. Instead of colored output, I got random codes on my Powershell console. Here is a sample output below. image But everything worked fine when I implemented colorama module. So, I'm hoping you could implement this module in your project.

zhovner commented 4 years ago

Because this characters is bash colors. You can use it in bash in windows subsystem linux.

everything worked fine when I implemented colorama module I'm trying to minimize 3rd party modules needed.