Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions bouns.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from colorama import Fore, Style,Back
from art import text2art



print(Fore.CYAN + text2art(f"WELCOME 3li !", font="tarty"))

print(Fore.RED +Style.BRIGHT + text2art("Sir", font="cybermedium"))
#print(Fore.RED +Style.DIM + text2art("Sir", font="cybermedium"))

print(Style.RESET_ALL)

print("Hello World")

41 changes: 41 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
from art import text2art
from colorama import Fore, Style

print(text2art("BELIEVE AND ACHEIVE",font="block"))
'''
Output:
.----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .-----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------.
| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. | | .--------------. || .--------------. || .--------------. | | .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
| | ______ | || | _________ | || | _____ | || | _____ | || | _________ | || | ____ ____ | || | _________ | | | | __ | || | ____ _____ | || | ________ | | | | __ | || | ______ | || | ____ ____ | || | _________ | || | _____ | || | ____ ____ | || | _________ | |
| | |_ _ \ | || | |_ ___ | | || | |_ _| | || | |_ _| | || | |_ ___ | | || ||_ _| |_ _| | || | |_ ___ | | | | | / \ | || ||_ \|_ _| | || | |_ ___ `. | | | | / \ | || | .' ___ | | || | |_ || _| | || | |_ ___ | | || | |_ _| | || ||_ _| |_ _| | || | |_ ___ | | |
| | | |_) | | || | | |_ \_| | || | | | | || | | | | || | | |_ \_| | || | \ \ / / | || | | |_ \_| | | | | / /\ \ | || | | \ | | | || | | | `. \ | | | | / /\ \ | || | / .' \_| | || | | |__| | | || | | |_ \_| | || | | | | || | \ \ / / | || | | |_ \_| | |
| | | __'. | || | | _| _ | || | | | _ | || | | | | || | | _| _ | || | \ \ / / | || | | _| _ | | | | / ____ \ | || | | |\ \| | | || | | | | | | | | | / ____ \ | || | | | | || | | __ | | || | | _| _ | || | | | | || | \ \ / / | || | | _| _ | |
| | _| |__) | | || | _| |___/ | | || | _| |__/ | | || | _| |_ | || | _| |___/ | | || | \ ' / | || | _| |___/ | | | | | _/ / \ \_ | || | _| |_\ |_ | || | _| |___.' / | | | | _/ / \ \_ | || | \ `.___.'\ | || | _| | | |_ | || | _| |___/ | | || | _| |_ | || | \ ' / | || | _| |___/ | | |
| | |_______/ | || | |_________| | || | |________| | || | |_____| | || | |_________| | || | \_/ | || | |_________| | | | ||____| |____|| || ||_____|\____| | || | |________.' | | | ||____| |____|| || | `._____.' | || | |____||____| | || | |_________| | || | |_____| | || | \_/ | || | |_________| | |
| | | || | | || | | || | | || | | || | | || | | | | |
| || | | || | | | | | | || | | || | | || | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' | | '--------------' || '--------------' || '--------------' | | '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------'

'''
#print the phrase "HELLO" designed with font sub-zero.

print(text2art("HELLO",font="sub-zero"))

'''
Output:

__ __ ______ __ __ ______
/\ \_\ \ /\ ___\ /\ \ /\ \ /\ __ \
\ \ __ \ \ \ __\ \ \ \____ \ \ \____ \ \ \/\ \
\ \_\ \_\ \ \_____\ \ \_____\ \ \_____\ \ \_____\
\/_/\/_/ \/_____/ \/_____/ \/_____/ \/_____/


'''