Skip to content

flippedpants/Ascii-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Image Converter

Convert images and webcam captures to ASCII art in your terminal, with optional Matrix-style green coloring.

Features

  • Capture images directly from your webcam.
  • Convert any image file to ASCII art.
  • Optional green "Matrix" effect using colorama.

Requirements

Install dependencies using:

pip install -r requirements.txt

Usage

Run the main script:

python main.py

Options

  • Webcam Capture:
    When prompted, enter y to capture an image from your webcam.
    Press c to capture when the preview appears.

  • Image File:
    Enter n to use an image file.
    Provide the path to your image when prompted.

  • Matrix Effect:
    Choose whether to display the ASCII art in green.

Output

ASCII art is printed directly in your terminal.

Notes

  • Webcam images are resized to 400x150 pixels.
  • Image files are resized to 200x150 pixels.
  • Works on Linux and requires Python 3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages