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