Skip to content

Commit 8df464d

Browse files
authored
Add files via upload
1 parent 7dedcdc commit 8df464d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import pyfiglet
2+
3+
def ascii_art_generator():
4+
text = input("Enter the text to convert to ASCII Art: ")
5+
ascii_art = pyfiglet.figlet_format(text)
6+
print("\nHere is your ASCII Art:\n")
7+
print(ascii_art)
8+
9+
if __name__ == "__main__":
10+
ascii_art_generator()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy