Skip to content

kunalprakash1309/ASCII-ART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII ART

What is an ASCII Art ?

ASCII art is a graphic design technique that uses computers for presentation and consists of pictures pieced together from the 95 printable characters defined by the ASCII Standard from 1963 and ASCII compliant character sets with proprietary extended characters. Wikipedia

How to get started

  1. First you need to fork(make a copy) of this repo to your Github account.

  2. Clone(download) your fork to your computer

  3. Set your streams so you can sync your clone with the original repo(get the latest updates)

  4. Make sure you have Python 3 installed on your machine.

  5. Set virtual environemts(if you want to) docs

  6. Install project dependencies, for example with pip:

     pip install -r requirements.txt
    
  7. Run the example code with the command:

     python ascii.py INPUT_FILE OUTPUT_FILE
    

Example

Original image:

dog.jpg

Console: Run this in on your console

    python ascii.py dog.jpg output.jpg

Output image:

output.jpg

After zooming the output image. We can see that each pixel represent the characters.

output-zoom.png

About

Convert your image into an Ascii art

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages