Skip to content

NeoSahadeo/ImageToACSII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python image to ASCII

A very simple Python script that converts an inputed image into it's ASCII output based on brightness.

Screenshots

image from mayebassett

Before

After

Documentation

The main file is main.py.

Make sure to install Pillow

pip install -r requirements.txt

General Command

python main.py imagePath [SCALE]


Run python main.py --help for help.

usage: ASCII Image Generator [-h] [--scale SCALE] imagePath

positional arguments:
  imagePath      The path to the image

options:
  -h, --help     show this help message and exit
  --scale SCALE  Resize-Scale for the image (Default: 1)

Authors

Contributing

Contributions are always welcome!

Features that would be nice:

  • Edge Detection
  • Coloured outputs
  • Ability to apply transformations

About

Python Image to ASCII Generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages