Skip to content
/ tereen Public

A fast poly-chromatic render engine for UNIX terminal.

License

Notifications You must be signed in to change notification settings

B0-B/tereen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TERMINAL RENDER ENGINE

A barebone image to ASCII converter which adapts to unix terminal size.

SHOWCASE




USAGE

Set the terminal to the most optimal size

render.py think.jpg

Import allows to use the module in full fashion

from render import image, gif

# print with filled ascii (better for high resolution images)
image('cyber.png', printer=True, filled=True)
# ..
gif('halo.gif', loop=True)

Releases

No releases published

Packages

No packages published

Languages