[TMI]ASII ART TEXT 생성
ASCII ART TEXT 작성
INSTALL
pip install art
: Not Worksudo easy_install "art==4.7"
: Work
How to Use
from art import *
Rummicube = text2art("Rummicube Solver")
print(Rummicube)
# output
# ____ _ _ ____ _
# | _ \ _ _ _ __ ___ _ __ ___ (_) ___ _ _ | |__ ___ / ___| ___ | |__ __ ___ _ __
# | |_) || | | || '_ ` _ \ | '_ ` _ \ | | / __|| | | || '_ \ / _ \ \___ \ / _ \ | |\ \ / / / _ \| '__|
# | _ < | |_| || | | | | || | | | | || || (__ | |_| || |_) || __/ ___) || (_) || | \ V / | __/| |
# |_| \_\ \__,_||_| |_| |_||_| |_| |_||_| \___| \__,_||_.__/ \___| |____/ \___/ |_| \_/ \___||_|