python from yfiglet import Figlet f = Figlet(font='standard') result = f.renderText('Hello, Python!') print(result)