Skip to content

damiisdandy/ascii-image-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Image Renderer

A simple command line tools to render the ASCII art of a given image.

usage: main.py [-h] [-c COVERAGE] image

Renders an image as ASCII art

positional arguments:
  image                 Path to the image

optional arguments:
  -h, --help                         show this help message and exit
  -c COVERAGE, --coverage COVERAGE   how much terminal space the image takes, the higher the clearer

Result

example
example-ascii

It simply maps each pixel's brightness to a character within .'^",:;Il!i><~+_-?][}{1)(|\/tfjrxnuvczXYUJCLQ0OZmwqpdbkhao*#MW&8%B@$ (darkest to lightest) and renders it as ASCII art.

zoomed

About

Simple ascii image renderer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages