Convert any image into greyscale ASCII art in python
Image-to-ASCII Convert any image into greyscale ASCII art. Setup 1. Clone Repo git clonehttps://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. […]
Read more