python3 img2text.py INPUT_FILE COLORS OUTPUT_WIDTH OUTPUT_FILE
INPUT_FILE: path to the original imageCOLORS: an integer number of shades of gray to use for the output image (min: 4, max: 10)OUTPUT_WIDTH: an integer number of character "pixels" to use for the output imageOUTPUT_FILE: path to the file where the output will be written