All Questions
Tagged with unicode formatting
2 questions
10
votes
2
answers
1k
views
Text based rendering/animation engine for the terminal
This project was highly inspired by the popular drawille project, that lets one draw to the terminal using the braille unicode characters.
The advantage of drawing with braille characters compared to ...
18
votes
1
answer
6k
views
Pretty printing of the numpy ndarrays
Following this idea for pretty printing of numpy ndarrays, I have developed a very primitive prototype:
...