j68k / verifydump

A tool for verifying that .chd/.rvz disc images match Redump Datfiles
MIT License
51 stars 7 forks source link

Add color to output #2

Open j68k opened 2 years ago

j68k commented 2 years ago

The biggest benefit here would be to color the verbose output differently so that it's easier to distinguish from the normal information output.

Coloring errors and successful validation messages would also be good.

The error reporting code is a little messy at the moment because it just prints to stderr instead of using logging.error().