Files
Hunt-AI/Assets/ascii_text_prompts.py

29 lines
1.7 KiB
Python

import os
from colorama import Fore, Style
full_ascii_art = f"""
{Fore.RED}{Style.BRIGHT}
┏┓┏┏ • ┏┓ ┓ ┏┓ • ┳┓ ┓ ┓
┃┃╋╋┏┓┏┓┏┓┓┏┏┓ ┃ ┓┏┣┓┏┓┏┓ ┃┃┏┓┏┓┏┓┏┓╋┓┏┓┏┓┏ ┣┫┓┏┏┫┏┫┓┏
┗┛┛┛┗ ┛┗┛┗┗┛┗ ┗┛┗┫┗┛┗ ┛ ┗┛┣┛┗ ┛ ┗┻┗┗┗┛┛┗┛ ┻┛┗┻┗┻┗┻┗┫
┛ ┛ ┛
{Style.RESET_ALL}"""
ascii_art = f"""
{Fore.RED}{Style.BRIGHT}
┏┓┏┓┏┓ ┳┓┳┳┳┓┳┓┓┏
┃┃┃ ┃┃ ┣┫┃┃┃┃┃┃┗┫
┗┛┗┛┗┛ ┻┛┗┛┻┛┻┛┗┛
{Style.RESET_ALL}"""
infinitei = f"""
Created By:
{Fore.MAGENTA}
██╗███╗ ██╗███████╗██╗███╗ ██╗██╗████████╗██████╗ ██╗
██║████╗ ██║██╔════╝██║████╗ ██║██║╚══██╔══╝╚════██╗██║
██║██╔██╗ ██║█████╗ ██║██╔██╗ ██║██║ ██║ █████╔╝██║
██║██║╚██╗██║██╔══╝ ██║██║╚██╗██║██║ ██║ ╚═══██╗██║
██║██║ ╚████║██║ ██║██║ ╚████║██║ ██║ ██████╔╝██║
╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝ ╚═╝
{Style.RESET_ALL}
"""