A barebone image to ASCII converter which adapts to unix terminal size.
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)