Encode and decode strings to DNA
Project description
DDNA
Program / Library that converts sentences to DNA sequence and vice-versa.
O o O o O o
A O o | A O o | | O o G
| G O | C 1 | O G | T | O | 1
1 o O | T o O A | o O C
o O o O o O
Usage:
python3 ddna.py -h
usage: ddna.py [-h] [-e ENCODE] [-d DECODE]
DDNA - DNA Encoder/Decoder
optional arguments:
-h, --help show this help message and exit
-e ENCODE, --encode ENCODE
Encode String to DNA
-d DECODE, --decode DECODE
Decode DNA to String
Example:
Hello World! : CAGACGCCCGTACGTACGTTAGAACCCTCGTTCTAGCGTACGCAAGAC
DNA : CACACATGCAAC
CGGACGTTCGTCCGCCATACATAGATAT : home123
Plans:
- Introduce Mutations
- Introduce new form of encryption based on mutations
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ddna-0.1.0.tar.gz
(3.5 kB
view hashes)
Built Distribution
ddna-0.1.0-py3-none-any.whl
(4.1 kB
view hashes)