cowsay-python icon indicating copy to clipboard operation
cowsay-python copied to clipboard

Custom characters feature!

Open lnxpy opened this issue 3 years ago • 0 comments

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..'))

lnxpy avatar Jul 19 '22 12:07 lnxpy