python3 dna_bin.py [option (type of translation/type of data)] [string]/[file]
translate binary to dna in direct string
python3 dna_bin.py -ds [string]
translate dna to binary in direct string
python3 dna_bin.py -bs [string]
translate binary to dna in file
python3 dna_bin.py -df [file]
translate dna to binary in file
python3 dna_bin.py -bf [file]
-h
,--help
show this help message and exit
-s
,--string
string of binary/dna
-f
,--file
file that contain binary/dna
-d
,--dna
translate binary to dna
-b
,--binary
translate dna to binary