Skip to content

Commit 861108e

Browse files
authored
Update banner.py
1 parent c897a53 commit 861108e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

banner/banner.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ def banner():
55
from os import system, name; system('clear' if name == 'posix' else 'cls')
66

77
main = """
8-
███████╗███████╗██████╗ ███████╗ ███████╗██╗ ██╗██████╗ ██╗ ██████╗ ██╗████████╗██╗███╗ ██╗
9-
██╔════╝██╔════╝██╔══██╗██╔════╝ ██╔════╝╚██╗██╔╝██╔══██╗██║ ██╔═══██╗██║╚══██╔══╝██║████╗ ██║
10-
███████╗███████╗██████╔╝█████╗█████╗█████╗ ╚███╔╝ ██████╔╝██║ ██║ ██║██║ ██║ ██║██╔██╗ ██║
11-
╚════██║╚════██║██╔══██╗██╔══╝╚════╝██╔══╝ ██╔██╗ ██╔═══╝ ██║ ██║ ██║██║ ██║ ██║██║╚██╗██║
12-
███████║███████║██║ ██║██║ ███████╗██╔╝ ██╗██║ ███████╗╚██████╔╝██║ ██║ ██║██║ ╚████║
13-
╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝
8+
███████╗███████╗██████╗ ███████╗ ███████╗██╗ ██╗██████╗ ██╗ ██████╗ ██╗████████╗
9+
██╔════╝██╔════╝██╔══██╗██╔════╝ ██╔════╝╚██╗██╔╝██╔══██╗██║ ██╔═══██╗██║╚══██╔══╝
10+
███████╗███████╗██████╔╝█████╗█████╗█████╗ ╚███╔╝ ██████╔╝██║ ██║ ██║██║ ██║
11+
╚════██║╚════██║██╔══██╗██╔══╝╚════╝██╔══╝ ██╔██╗ ██╔═══╝ ██║ ██║ ██║██║ ██║
12+
███████║███████║██║ ██║██║ ███████╗██╔╝ ██╗██║ ███████╗╚██████╔╝██║ ██║
13+
╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝
1414
_ _ _ _ _|_ _ _| |_ /~~\ _ _ _ _ _|`. _ _|_|_ _|
1515
(_| (/_(_| | (/_(_| |_)\/ | (|/(/_| | (_)|~|~|(_| | | |(_|<
1616
/ \__
1717
"""
1818

1919
print(f'{main : ^20}')
2020

21-
banner()
21+
banner()

0 commit comments

Comments
 (0)