GitHunt
RY

ryantwolf/ascii-art

A tool that turns images of you into ascii art!

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

  1. Clone the repository
  2. Install the requirements (using conda)
    conda env create -f environment.yml
    
  3. Run art_maker.py
    python art_maker.py <input_image_path> <output_text_path>
    
    See python art_maker.py --help for more information
    Try it out with some example images in images/.

Languages

Python100.0%

Contributors

Created May 2, 2023
Updated May 2, 2023