diff --git a/Bonus.py b/Bonus.py new file mode 100644 index 0000000..69a79c9 --- /dev/null +++ b/Bonus.py @@ -0,0 +1,8 @@ +from art import text2art +from colorama import Fore, Back, Style +# Bonus + +art1 = text2art("Mohsen alfawaz",font='rnd-xlarge') +print(Fore.BLUE + art1) +art2 = text2art("TEST",font='rnd-large') +print(Back.CYAN + art2) diff --git a/lab.py b/lab.py new file mode 100644 index 0000000..b42a624 --- /dev/null +++ b/lab.py @@ -0,0 +1,6 @@ +from art import text2art + +art1 = text2art("BELIEVE AND ACHIEVE",font='block') +print(art1) +art2 = text2art("HELLO",font='sub-zero') +print(art2) \ No newline at end of file