Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 838 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 838 Bytes

Ascii-Art

A short program written in Python using the Pillow module that takes in an image and outputs it in ASCII form (planning to implement a color version sometime soon).

Requirements

Tested using Python 3.7
Uses Pillow module

Install requirements using pip:

$ pip3 install -r requirements.txt

Usage

$ python3 generator.py <path of image to be converted>

Screenshots

example1 example2

Useful Links