pip install pyfiglet
import pyfiglet
font = pyfiglet.figlet_format('Python Coding')
print(font)
#clcoding.com
____ _ _ ____ _ _ | _ \ _ _| |_| |__ ___ _ __ / ___|___ __| (_)_ __ __ _ | |_) | | | | __| '_ \ / _ \| '_ \ | | / _ \ / _` | | '_ \ / _` | | __/| |_| | |_| | | | (_) | | | | | |__| (_) | (_| | | | | | (_| | |_| \__, |\__|_| |_|\___/|_| |_| \____\___/ \__,_|_|_| |_|\__, | |___/ |___/
0 Comments:
Post a Comment