Translates any word or phrase into multiple different styles. Such styles include Binary and Morse code. Capstone group project for Justice Through Code
Ahmad Bright ajbright213 Talesa Howell talesa365 Jessica Lotto jlotto8 Bryan M. Wolf bmwolf102990
At the root folder of the repository run:
python3 -m venv venv
Make sure to call your virtual environment "venv"
Windows Powershell users:
venv\Scripts\activate.bat
Bash users:
source venv/Scripts/activate
source venv/bin/activate
pip install django
pip freeze install
pip install -r requirements.txt
run the command: python manage.py runserver
And go to http://localhost:8000
run the command: deactivate
Python data structures such as dictionaries and their associated methods Python Classes and Inheritance Django URLs to understand how to capture parameters in views Django Templates HTML CSS
Home page that reveals an input and output field, with two buttons- for the user to choose to translate their input into either Morse or binary code.

Text from the input field translated into binary code

Text from the input field translated into Morse code

History page will reveal the last translations of the session
