MCPcopy Create free account
hub / github.com/codewithharit/Evil-Eye / help

Function help

extract.py:14–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12def cls():
13 os.system("clear")
14def help():
15 print("\033[92mExtract Secret Message from Audio Wave File.\033[0m")
16 print ('''usage: extract.py [-h] [-f AUDIOFILE]
17
18optional arguments:
19 -h, --help show this help message and exit
20 -f AUDIOFILE Select Audio File''')
21
22def banner():
23 print ('''

Callers 1

ex_msgFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected