File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change
1
+ r = '\033 [1;31m'
2
+ y = '\033 [1;33m'
3
+ w = '\033 [1;37m'
4
+
1
5
def banner ():
2
6
3
7
import time
4
8
time .sleep (1 )
5
9
from os import system , name ; system ('clear' if name == 'posix' else 'cls' )
6
10
7
- main = """
8
- ███████╗███████╗██████╗ ███████╗ ███████╗██╗ ██╗██████╗ ██╗ ██████╗ ██╗████████╗
9
- ██╔════╝██╔════╝██╔══██╗██╔════╝ ██╔════╝╚██╗██╔╝██╔══██╗██║ ██╔═══██╗██║╚══██╔══╝
10
- ███████╗███████╗██████╔╝█████╗█████╗█████╗ ╚███╔╝ ██████╔╝██║ ██║ ██║██║ ██║
11
- ╚════██║╚════██║██╔══██╗██╔══╝╚════╝██╔══╝ ██╔██╗ ██╔═══╝ ██║ ██║ ██║██║ ██║
12
- ███████║███████║██║ ██║██║ ███████╗██╔╝ ██╗██║ ███████╗╚██████╔╝██║ ██║
13
- ╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝
14
- _ _ _ _ _|_ _ _| |_ /~~\ _ _ _ _ _|`. _ _|_|_ _|
15
- (_| (/_(_| | (/_(_| |_)\/ | (|/(/_| | (_)|~|~|(_| | | |(_|<
16
- / \__
11
+ main = f"""
12
+ { r } _
13
+ { y } ___ { r } _ E _ { y } _ _
14
+ { y } ___ ___ ___| _|___ ___ _ _ ___{ r } [,]{ y } ___|_| |_
15
+ { y } |_ -|_ -| _| _|___| -_|_'_| . { r } [,]{ y } . | | _|
16
+ { y } |___|___|_| |_| |___|_,_| _{ r } [.]{ y } ___|_|_|
17
+ |_| { r } V{ y } ...
18
+
19
+ { w } created by : errorfiat
17
20
"""
18
21
19
22
print (f'{ main : ^20} ' )
You can’t perform that action at this time.
0 commit comments