diff --git a/pip_venv.py b/pip_venv.py new file mode 100644 index 0000000..6cc5fec --- /dev/null +++ b/pip_venv.py @@ -0,0 +1,6 @@ +from art import * +txt1_art = text2art("BELIEVE AND ACHIEVE", font="block") +print(txt1_art) + +txt2_art = text2art("HELLO", font="sub-zero") +print(txt2_art) \ No newline at end of file