Related projects providing resources that enable a better use of Terminedia, or simply do similar things, or are essential for working with terminedia:
http://pelulamu.net/unscii/ The UNSCII fonts are a few fonts created thinking in vintage text-art, extending it to UNICODE. Actually, terminedia currently embedds the raster version of all UNSCII fonts, and those are used for drawing large-block text. Besides that, it is a very useful font, if not essential, to use terminedia under Windows, as it features the block-characters that are used as pixels.
https://github.com/rbanffy/3270font
https://cmder.net/ Rather complete terminal experience made available under Windows. AMong other things, allow easy configuring of the fonts to be used for graphics (see UNSCII above), without which terminedia drawing simply won´t work.
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. https://pypi.org/project/textual/
Mature project for creating terminal GUI with mouse support and widgets - (including, for examle, a Python VIM clone) https://github.com/prompt-toolkit/python-prompt-toolkit
a monospace 2D ASCII rendering engine. It includes collisions, layers, inputs and the ability to handle solid objects as well as ascii art. https://github.com/redpenguinyt/GeminiEngine
https://github.com/asciimoo/lua-drawille
https://github.com/kelvindecosta/picharsso
https://github.com/atanunq/viu
https://github.com/kovidgoyal/kitty
Old project for simplify colored and terminal effects output https://pypi.org/project/termcolor/
Easy to use colors and terminal effects, colorization of all kinds of outputs, base for a lot of other projects https://pypi.org/project/rich/
https://pypi.org/project/colorama/ (NB: Colorama is usd by terminedia itself on Windows, as has a "low level" api that makes the ANSI codes interface seamlessly available on that system)
We can use some ideas/data from these projects - proper credit is given on code inline comments where this happens:
Simpler converter/printer to upsidedown pseudo text: https://github.com/cburgmer/upsidedown by Christoph Burgmer
(Pseudo upside down mapping originally lifted from fileformat.info/)