We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e0945 commit 0b8bb96Copy full SHA for 0b8bb96
Font Art/FontArt.py
@@ -1,7 +1,9 @@
1
import os, platform
2
from pyfiglet import Figlet
3
4
-text = Figlet(font="bubble")
+
5
+## Set the font here:
6
+text = Figlet(font="3-d")
7
8
# Clear screen cross-platform
9
if os.name == "nt":
0 commit comments