Delete Assets/ascii_text_prompts.py

This commit is contained in:
2024-11-28 00:51:31 -05:00
parent d3a51d1308
commit 7aa281e6bb

View File

@ -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}
"""