Skip to content
/ ASCIIpy Public

Python scrip to convert images of variable sizes to ascii art (supports console, html and jpg output)

License

Notifications You must be signed in to change notification settings

leyyce/ASCIIpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCIIpy

Console-Demo

ASCIIpy is a simple to use command line tool that helps you to convert an input image into ascii art. For the moment the scrip will print the ascii art to the console (dependent on your src image size you might need to change the text size to something very small if you want to view it in the console) and generate a html and jpg file containing the ascii art all at once for every file you call it with. But I will look into a way how you can call the scrip with some more specific task and more options at hand

Installation and dependencies

  1. Download the ASCIIpy-master.zip from here and unzip it into a location of your liking. I will refer to this location as home folder from now on.
  2. Place the images you want to convert into the in folder inside the home folder
  3. Open the terminal and move into the the home folder.
  4. Install the dependencies.
> pip install -r requirements.txt

Usage

Run the ascii.py script

> python ascii.py [-h] [-m CONVERSION_MODE] [--rainbow] [--no-console] image

where

  • image is the full name of a file in the in folder for example car.jpg
  • CONVERSION_MODE is the way the RGB color values are converted to a single brightness value for each pixel. At the moment this script supports luminosity, avg or lightness. The method that gives the best overall results imo is lum but it might be worth trying the others if you're not okay with the end result.
  • The --rainbow argument doesn't do anything at the moment. Image will be in grayscale HTML in color by default.

The output html and jpg files will be written to the out folder and are named the same as the input file

ASCII-Art

Examples

Car

Original

Original Car

ASCII-Art Car

Eye

Original

Original Eye

ASCII-Art Eye

Girl

Original

Original Girl

ASCII-Art Girl

Pineapple

Original

Original Pineapple

ASCII-Art Pineapple

About

Python scrip to convert images of variable sizes to ascii art (supports console, html and jpg output)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages