Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project allows to convert a string into a DNA sequence and vice versa. This

⚠ Disclaimer: This project is just a POC and is not intended for research or production work. This project only as educational purposes.

## Quickstart
1. Clone this project
2. Run the main.py with your sequence to convert

## I. Conversion String to DNA
### 1. Craft a secret message
The first step is to find the secret message you want to encode in a DNA strand. There are some guidelines to follow:
Expand Down