diff --git a/art_lab.py b/art_lab.py new file mode 100644 index 0000000..27b6876 --- /dev/null +++ b/art_lab.py @@ -0,0 +1,13 @@ + +#both lab + bouns. + +from art import text2art +from colorama import Fore, Back, init + +init(autoreset=True) + +print(Fore.CYAN + Back.BLACK + text2art("BELIEVE AND ACHEIVE", font="block")) + +print(Fore.MAGENTA + text2art("HELLO", font="sub-zero")) + +print(Fore.YELLOW + Back.WHITE + text2art("DREAM BIG", font="slant")) \ No newline at end of file