Close
0%
0%

YAAAACS

Yet Another Automated Ascii Art Creation Script

Similar projects worth following

I was bored, so I asked for something to do.

Someone suggested this, so I did it.

:)

  • Wikipedia Logo

    alpha_ninja09/08/2015 at 22:46 0 comments

    I figured I should generate the ascii version of wikipedia's logo.

    Here it is: https://gist.github.com/alpha-ninja/b24359dce4edcb6a732f

  • Algorithm information

    alpha_ninja09/07/2015 at 19:10 0 comments

    Here's a rundown of how the algorithm works:

    • Character map is read. The formatting information will be uploaded to the github project I'll eventually add here. Most importantly though, character maps contain brightness information on characters in fields. The amount of fields per character is the same within every character map. Characters can be unicode.
    • The script calculates the pixel size for each character.
    • Then, for each of the characters (tiles in the image, averages are calculated for each field. The script finds the character in the character map that has field brightness information as similar as possible to what was read from the image.

    The script currently supports both the pypng and pillow libraries (because I didn't know pillow, which is far better, was a thing yesterday.)

  • YAAAACS 0.1

    alpha_ninja09/07/2015 at 17:48 0 comments

    code will be posted sooneventuallysomeday :)

View all 3 project logs

Enjoy this project?

Share

Discussions

bettygdurand wrote 05/06/2023 at 16:58 point

very well-done work from your side. we can use this code my on this website you can check https://www.ahsaasprogram.pk

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates