diff --git a/Assets/ascii_text_prompts.py b/Assets/ascii_text_prompts.py deleted file mode 100644 index 393e70a..0000000 --- a/Assets/ascii_text_prompts.py +++ /dev/null @@ -1,29 +0,0 @@ -import os -from colorama import Fore, Style - -full_ascii_art = f""" -{Fore.BLUE}{Style.BRIGHT} -┓┏ ┏┓ •┏• • ┓ • ┓┓• -┣┫┓┏┏┓╋ ┣┫┏┓╋┓╋┓┏┓┏┓┃ ┓┏┓╋┏┓┃┃┓┏┓┏┓┏┓┏┏┓ -┛┗┗┻┛┗┗ ┛┗┛ ┗┗┛┗┗┗┗┻┗ ┗┛┗┗┗ ┗┗┗┗┫┗ ┛┗┗┗ - ┛ -{Style.RESET_ALL}""" - -ascii_art = f""" -{Fore.BLUE}{Style.BRIGHT} -┓┏ ┏┓┳ -┣┫┓┏┏┓╋ ┣┫┃ -┛┗┗┻┛┗┗ ┛┗┻ -{Style.RESET_ALL}""" - -infinitei = f""" -Created By: -{Fore.MAGENTA} -██╗███╗ ██╗███████╗██╗███╗ ██╗██╗████████╗██████╗ ██╗ -██║████╗ ██║██╔════╝██║████╗ ██║██║╚══██╔══╝╚════██╗██║ -██║██╔██╗ ██║█████╗ ██║██╔██╗ ██║██║ ██║ █████╔╝██║ -██║██║╚██╗██║██╔══╝ ██║██║╚██╗██║██║ ██║ ╚═══██╗██║ -██║██║ ╚████║██║ ██║██║ ╚████║██║ ██║ ██████╔╝██║ -╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ -{Style.RESET_ALL} -""" \ No newline at end of file