Skip to content

A script that converts image files into ASCII art.

License

Notifications You must be signed in to change notification settings

sujpac/image2ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Image2Ascii

Image2Ascii is a Python script that converts your favorite image into corresponding ASCII art.

Installation

macOS

git clone https://github.com/sujpac/image2ascii.git
cd image2ascii
sudo python3 -m pip install Pillow
python3 main.py -i <image.jpg>

Command-Line Usage

Usage: python3 main.py [-f] -i <image_file>

Options:
  -f        Fit ASCII output to terminal window (default True)
  -c        Colorful ASCII output (default False)
  -i string
            Filename of image to be converted into ASCII art (default 'images/plane.jpg')

Example Output

plane

ascii plane

License

This project is under the MIT License. See the LICENSE file for the full license text.

About

A script that converts image files into ASCII art.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages