Terminal platform abstraction

Thanks for linking to this. colorama’s approach is different from termcolor's and may very well be superior. It is also compatible with a design that accommodates multithreaded command line tools. The reason why I didn’t go that route is that you need to write an ANSI escape sequence interpreter. Not that hard, but more effort than I wanted to spend at that particular moment in time. :slight_smile:

2 Likes