Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 591 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 591 Bytes

ImageToASCII

As the name suggests, this program converts image to ascii art. Uses PIL.

It has two versions:

  • ITA_woarg.py (short for ImageToASCII without arguments) is simpler version, that asks for input.
  • ITA.py uses command line arguments.

This repo is mostly me trying to follow this tutorial and this site. I'm not really good at python and there are other projects, which probably suit your needs better and are written by more experienced python devs.