From eeb928c91a3cef24936633e6ff81c9e512bdd915 Mon Sep 17 00:00:00 2001 From: Atheer Alharthi Date: Mon, 2 Mar 2026 16:08:34 +0300 Subject: [PATCH] Finished Lab and Bonus tasks --- bonus.py | 9 +++++++++ main.py | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 bonus.py create mode 100644 main.py diff --git a/bonus.py b/bonus.py new file mode 100644 index 0000000..a4989a4 --- /dev/null +++ b/bonus.py @@ -0,0 +1,9 @@ +from art import tprint +from colorama import Fore,init +init(autoreset=True) + +print(Fore.GREEN + "KSA 2030") +tprint("DREAM BIG", font="bulbhead") + +print(Fore.RED + "CODING IS ART") +tprint("ATHEER", font="rnd-medium") \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..966959b --- /dev/null +++ b/main.py @@ -0,0 +1,5 @@ +from art import tprint + +tprint("BELIEVE AND ACHEIVE",font="block") + +tprint("HELLO",font="sub-zero") \ No newline at end of file