Metadata-Version: 2.1
Name: pizaa
Version: 0.26
Summary: Python image to ascii-art library
Home-page: UNKNOWN
Author: Kollob
Author-email: mrtnb1998@gmail.com
License: UNKNOWN
Description: A python image to ascii art library.
        Its usage is simple:
        
        itaa(img[, rescale, mode, output, use_spaces, invert, enlarge]): image to ascii art function. If mode is 'save' save's text to output, else returns it
        
        _itaa(img[, rescale, mode, output, invert, enlarge]): old itaa function, with old 25 symbols pallete (new one have 51 symbols)
        
        restore_grayscale(img[, output]): restores grayscale from text, generated by itaa function
Platform: UNKNOWN
Description-Content-Type: text/markdown
