Ascii art 5 characters

broken image
broken image

This function print 1-line art in normal mode (return None) and raise artError in exception. > from art import * > art_1 = art ( 'coffee' ) # return art as str in normal mode > print ( art_1 ) c > art_2 = art ( 'woman', number = 2 ) # return multiple art as str > print ( art_2 ) ▓⚗_⚗▓ ▓⚗_⚗▓ > art ( 'coffee', number = 3, space = 5 ) 'c c c' > art ( 'random' ) # random 1-line art mode '(っ◕‿◕)っ ' > art ( 'rand' ) # random 1-line art mode 't(-_-t) ' > art ( 22, number = 1 ) # raise artError Traceback (most recent call last). This function return 1-line art as str in normal mode and raise artError in exception. ⚠️ ART 4.6 is the last version to support Bipartite art 1.

broken image
broken image

⚠️ Some environments don't support all 1-Line arts

broken image