Skip to content

ZENALC/ascii-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python program that converts an image file into its equivalent ASCII text file.

Installation

pip install -r requirements.txt

Usage

To run, use: python run.py [path/to/image]

Optional Arguments

To get a list of all optional arguments: python run.py -h
To copy generated ASCII text to clipboard: python run.py [path/to/image] --copy
To print generated ASCII text: python run.py [path/to/image] --print [optional_color]
To write generated ASCII text to a text file: python run.py [path/to/image] --write [optional_filename]
To change algorithm used to generate ASCII text: python run.py [path/to/image] --choice [choice_name]
To invert generated ASCII text python run.py [path/to/image] --inverted
To change height of generated ASCII text python run.py [path/to/image] --height HEIGHT
To change width of generated ASCII text python run.py [path/to/image] --width WIDTH

Example

About

Project that coverts images to ASCII text

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages