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+
15def banner ():
26
37 import time
48 time .sleep (1 )
59 from os import system , name ; system ('clear' if name == 'posix' else 'cls' )
610
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
1720 """
1821
1922 print (f'{ main : ^20} ' )
You can’t perform that action at this time.
0 commit comments