Since python has way to do nearly everything I was wondering is there any API which would help me print out really fancy text to my log e.g.
# # ####### # # ##########
# # # # # # #
# # # # # # #
##### #### # # # #
# # # # # # #
# # # # # # #
# # ####### ######## ######## ##########
I have tried pprint and there is nothing in it like this.
Any tips? Thanks