Skip to content

BSmith156/Image-to-ASCII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Image to ASCII

Command-line program to convert any image into greyscale ASCII art.

Setup

1. Clone Repo

git clone https://github.com/BSmith156/Image-to-ASCII.git

2. Install Requirements

pip install -r requirements.txt

Usage

image_to_ascii.py input_file output_file [-i] [-max n]

Arguments

Argument Description
input_file The image file being converted.
output_file The file to store the ASCII art.
-i Optional. Inverts the image colour, useful when displaying the output using a light font on a dark background.
-max n Optional. Sets the maximum width/height of the output to n, 0 for no maximum. Defaults to 250.

Authors

About

Command-line program to convert any image into greyscale ASCII art.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages