Skip to content

Commit 0b8bb96

Browse files
committed
Update FontArt.py
1 parent c0e0945 commit 0b8bb96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Font Art/FontArt.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import os, platform
22
from pyfiglet import Figlet
33

4-
text = Figlet(font="bubble")
4+
5+
## Set the font here:
6+
text = Figlet(font="3-d")
57

68
# Clear screen cross-platform
79
if os.name == "nt":

0 commit comments

Comments
 (0)