Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 18150df

Browse files
committed
add formatted text
1 parent dd95679 commit 18150df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VAIIYA terminal.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import random
1515
import tkinter.messagebox
1616
import sys
17+
from prompt_toolkit import print_formatted_text
1718
#changes the size of the Command prompt so it is easier to read (and that the ASCII doesnt soft wrap)
1819

1920
def check_for_update_plz():
@@ -62,7 +63,7 @@ def corrupted_ascii_startup_screen():
6263

6364
# Loading screen with VAIIYA SECURITY ASCII Art
6465
def norm_startup_screen_ASCII():
65-
print(r"""
66+
print_formatted_text(r"""
6667
6768
6869
__________ __________

0 commit comments

Comments
 (0)