Skip to content

🎨 A short program written in Python using the Pillow module that takes in an image and outputs it in ASCII form

Notifications You must be signed in to change notification settings

neilweidinger/Ascii-Art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🎨 A short program written in Python using the Pillow module that takes in an image and outputs it in ASCII form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages