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
Here is a Python recipe that does just that: Banner.
On some systems, there also exists a banner
command:
aix@aix:~$ banner HELLO
# # ####### # # #######
# # # # # # #
# # # # # # #
####### ##### # # # #
# # # # # # #
# # # # # # #
# # ####### ####### ####### #######
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With