MCPcopy Index your code
hub / github.com/cipheras/cipherginx / banner

Function banner

cipherginx.py:21–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19LEVEL = ''
20
21def banner():
22 bnr = RED + '''
23 ( ( ) ( ( ) )
24 ( )\ ) )\ ) ( /( )\ ) ( )\ ) ( /( ( /(
25 )\ (()/( (()/( )\()) ( (()/( )\ ) (()/( )\()) )\())
26 (((_) /(_)) /(_)) ((_)\ )\ /(_)) (()/( /(_)) ((_)\ ((_)\
27 )\___ (_)) (_)) _((_) ((_) (_)) /(_))_ (_)) _((_) __((_) ''' + GREEN + '''
28 '''+RED+'''(('''+GREEN+'''/ __| |_ _| | _ \ | || | | __| | _ \ '''+RED+'''(_)'''+GREEN+''') __| |_ _| | \| | \ \/ / '''+PURPLE+'''
29 | (__ | | | _/ | __ | | _| | / | (_ | | | | .` | > < '''+GREEN+'''
30 \___| |___| |_| |_||_| |___| |_|_\ \___| |___| |_|\_| /_/\_\
31 '''+RED+''' =====================================================================''&#x27;
32 by = ''&#x27;
33 +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+
34 |C| |i| |p| |h| |e| |r| |a| |s|
35 +-+ +-+ +-+ +-+ +-+ +-+ +-+ +-+''&#x27;
36 print(GREEN + bnr + RESET)
37 print(CYAN + '\tCreated by: ' + GREEN + by + RESET)
38 print(CYAN + '\tVersion: -~{ ' + RED + VERSION + CYAN + ' }~-\n' + RESET)
39 time.sleep(1)
40
41def flags():
42 description = BLUE+'['+GREEN+'+'+BLUE+'] Setup host, port, server & other details in config & run '+GREEN+'"sudo cipherginx.py config_name.py"'+BLUE+' to start the server' + RESET

Callers 1

cipherginx.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected