Python3 library for multimedia functions at the command terminal

TERMINEDIA

This is a Python library allowing using a text-terminal as a low-resolution graphics output, along with keyboard realtime reading, and a couple utilities enough to enable using a text terminal to run simple 2D games or simply rich terminal apps.

The “noveau” factor is that it uses Unicode quarter-character block combinations to effectivelly enable 1/4 character “pixels” in the terminal. It also makes use of 24bit “true” color for text, not limiting itself to the 80’s 8 color palette for the terminal.

The development version allows loading image files and displaying those as colored block chars on the terminal, several terminal-font text effects, and rendering big-text, 4 or 8 characters tall, by rendering built-in fonts as images using block characters.

It is designed as a library, providing a

 

 

 

To finish reading, please visit source site