-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathutils.py
17 lines (15 loc) · 1.61 KB
/
utils.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
def display_banner():
print("""
______
_______ ______ ____________ _____ __ __ _____ ___________ _____|\ \
\ | | | / \ _____\ \ / \ / \ / |_ \ \ / / | |
| / / /||\___/\ \\___/| / / \ | / /| |\ \ / \ \ /\ \ | |/ /|
|\ \ \ |/ \|____\ \___|/ | | /___/| / // \\ \ | /\ \ | \_\ | | |\____/ |
\ \ \ | | | | ____\ \ | || / \_____/ \ | | | \ | ___/ |\ \ | /
\| \| | __ / / __ / /\ \|___|// /\_____/\ \ | \/ \ | \ ____ | \ \___|/
|\ /| / \/ /_/ || |/ \ \ / //\_____/\\ \ |\ /\ \ / /\ \/ \| \ \
| \_______/ | |____________/||\____\ /____/| /____/ | | \____\| \_____\ \_____\/_____/ |\______| \ \_____\
\ | | / | | /| | || | | | | | | | || | | | || | | | | \ | |
\|_____|/ |___________|/ \|___||____|/ |____|/ \|____| \|_____|\|_____||_____|/ \|_____| \|_____|
AUTHOR: ABHINAVU T RAJAN | VERSION: 0.1 | GNU General Public License v3.0 (GPL-3.0)
""")