Skip to content

shreyx/ASCII_py-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII_py-art

Generates ASCII Art output of the input image

script_ascii.py

This Script Uses a set of ASCII characters to generate the ASCII ART Output.

Usage: python script_ascii.py [image] [output_type] [mode]

img_uni.py

This Script Uses Unicode characters in a range mapped to normalized grayscale values to generate the ASCII ART Output.
An improvement over the 'script_ascii.py' script

Usage: python script_unicode.py [image] [output_type] [mode]

To Print Usage Help of the scripts

USE:
python script_ascii.py
python script_unicode.py

NOTE: The production of animated ASCII output (for gif or tiff files having multiple frames) is still in development.

About

Generates ASCII Art output of the input image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages