Figlet

# conda install -c conda-forge pyfiglet
 
f = Figlet(font='doom')
print(f.renderText('Hello'))
 
 _   _      _ _
| | | |    | | |
| |_| | ___| | | ___
|  _  |/ _ \ | |/ _ \
| | | |  __/ | | (_) |
\_| |_/\___|_|_|\___/