dnaEncoder
The code for a Flask web application that encodes text as DNA
- The api.py app uses Flask to interact with web
- The "templates" folder contains .html files and the "static" folder .css, .js, and image files.
- TextToDna.py is used to encode text as a DNA sequence of As,Ts,Cs,and Gs.
- DnaToText.py is used to decode a DNA sequence back into text.
Log in or sign up for Devpost to join the conversation.