Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

text to ascii art python

# pip install art (https://pypi.org/project/art/)
import art

my_art = text2art("art") # Return ASCII text (default font)
print(my_art)
#               _   
#   __ _  _ __ | |_ 
#  / _` || '__|| __|
# | (_| || |   | |_ 
#  \__,_||_|    \__|
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #text #ascii #art #python
ADD COMMENT
Topic
Name
1+1 =