Ascii Art Maker
A tool that allows you to turn yourself into ascii art.
Given an image with a person in it, it will turn that person into ascii art.
Installing and Running
- Clone the repository
- Install the requirements (using
conda)conda env create -f environment.yml - Run
art_maker.py
Seepython art_maker.py <input_image_path> <output_text_path>python art_maker.py --helpfor more information
Try it out with some example images inimages/.