Skip to content

Gopal9816/ASCII-Artify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

ASCII Art Generator

Note: Still in Progress
Update: Weebs Rejoice!!, the program can now also display your gifs in the terminal UwU

This program generates an ASCII art representation. ASCII art uses ASCII characthers to represent pixels of an image. The image is printed as strings of characthers on the terminal. Built as a part of Robert Heaton's PFAB series which can be found here

Support for Animated GIFs was inspired by yattsu's project

Dependencies

Usage

python ascii.py filename [-h] [-i] [-c {average,minmax,luminosity}] [-C {red, blue, green, cyan, magenta, yellow}]

positional arguments:

filename    Image/GIF to be ASCII Artified

optional arguments:

-h, --help      Show this help message and exit
-i, --invert    Inverts the color
-c              Selects the method for converting RGB to brightness value
-C, --color     Selects the output color of the printed text

About

A terminal based ASCII Art generator written in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages