Skip to content

judemont/ascii-art-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImageToASCII

A python script to transform an image into asciis characters.

Capture d’écran du 2023-03-01 15-28-12

Installation

1. Download

Download the latest release on github.com/judemont/ascii-art-generator/releases/latest

2. Make executable

chmod +x ascii-art-generator

3. Add file to /bin

sudo cp ascii-art-generator /bin/ascii-art-generator

Usage

ascii-art-generator [-h] -p PICTURE [-he HEIGHT]

optional arguments:
  -h, --help            show this help message and exit
  -p PICTURE, --picture PICTURE
                        Picture file to use.
  -he HEIGHT, --height HEIGHT
                        Ascii art result height (In numbers of characters)

Get Help

ascii-art-generator --help or ascii-art-generator -h

Contributions

Contributions are very appreciated.