A teacher has sent us an exercise in which we have to use the terminal to display an image as ASCII, if we can put color on it, it is a 10.
Originally, the exercise is proposed for Linux, but I wonder if this can be done in the new Windows Terminal.
I know for Linux or Osx there are tools like gif-for-cli
and I would like to know if there is support for 256 colors in Windows.
Thank you.
P.D:
The script has to be in python
EDIT
I found this that prompts all 256 colors in the terminal. So I think the answer is yes