Skip to content

Latest commit

 

History

78 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Write Encode

Translates any word or phrase into multiple different styles. Such styles include Binary and Morse code. Capstone group project for Justice Through Code

Group Members

Ahmad Bright ajbright213 Talesa Howell talesa365 Jessica Lotto jlotto8 Bryan M. Wolf bmwolf102990

1. Create a virtual environment

At the root folder of the repository run:

python3 -m venv venv

Make sure to call your virtual environment "venv"

2. Run virtual environment

On Windows:

Windows Powershell users:

venv\Scripts\activate.bat

Bash users:

source venv/Scripts/activate

On Unix or MacOS:

source venv/bin/activate

3. Install dependencies

pip install django

pip freeze install

pip install -r requirements.txt

4. Run django

run the command: python manage.py runserver And go to http://localhost:8000

To stop running the server/application

To exit the virtual environment

run the command: deactivate

The following are used in this project:

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

Features

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. Screenshot 2023-01-12 at 6 09 04 PM

Translate to Binary code

Text from the input field translated into binary code Screenshot 2023-01-12 at 7 25 59 PM

Translate to Morse code

Text from the input field translated into Morse code Screenshot 2023-01-12 at 7 56 27 PM

History page

History page will reveal the last translations of the session Screenshot 2023-01-15 at 11 13 55 AM

About

Translates any word or phrase into multiple different styles. Such styles include Binary and Morse code. Capstone group project

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages