Reputation: 27339
which open source software options exist for generating terminal graphics? I mean, there is for instance the nice matplotlib, 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
Upvotes: 2
Views: 1545
Reputation: 798746
AAlib and libcaca can both be used to render images in character cells.
Upvotes: 1