Generate terminal graphics
which open source software options exist for generating terminal graphics? I mean, there is for instance the nice mat开发者_如何学JAVAplotlib, which can generate beautiful plots from data, in PNG or similar formats. But there are similar alternatives for generating just kind of ascii graphics?
Thanks
AAlib and libcaca can both be used to render images in character cells.
精彩评论