cowsay-python
cowsay-python copied to clipboard
Custom characters feature!
A cool feature that allows users to create their own custom characters and send them to get_output_string() and be able to see their messages being poped up by their custom-designed characters. Like a make such a thing:
my_worm = r'''
\
\ _
("\
) )
( /
'''
print(cowsay.get_output_string(my_worm 'So much dust here..'))