marcusbuffett / command-line-chess

A python program to play chess against an AI in the terminal.
MIT License
500 stars 162 forks source link

Replace termcolor #37

Closed ClasherKasten closed 2 years ago

ClasherKasten commented 2 years ago

In the process of adding the new CLI, @GauthamBellamkonda noticed that termcolor has a very limited color set which doesn't provide as much flexibility as we want to provide. To fix this, we need to find another library which provides the following abilities:

GauthamBellamkonda commented 2 years ago

@ClasherKasten, how about colored? I am willing to take up this issue as well.

ClasherKasten commented 2 years ago

LGTM