MCPcopy
hub / github.com/HunxByts/GhostTrack / run_banner

Function run_banner

GhostTR.py:275–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273
274
275def run_banner():
276 clear()
277 time.sleep(1)
278 stderr.writelines(f"""{Wh}
279 .-.
280 .' `. {Wh}--------------------------------
281 :g g : {Wh}| {Gr}GHOST - TRACKER - IP ADDRESS {Wh}|
282 : o `. {Wh}| {Gr}@CODE BY HUNXBYTS {Wh}|
283 : ``. {Wh}--------------------------------
284 : `.
285 : : . `.
286 : : ` . `.
287 `.. : `. ``;
288 `:; `:'
289 : `.
290 `. `. .
291 `'`'`'`---..,___`;.-'
292 """)
293 time.sleep(0.5)
294
295
296def main():

Callers 1

wrapperFunction · 0.85

Calls 1

clearFunction · 0.85

Tested by

no test coverage detected