The following instructions assume that you have Python 3.9, pip, and Make already installed.
- Clone this repository.
$ git clone https://github.com/AAWorks/hill-cipher.git
- OPTIONAL Create a new virtual environment. Learn more about those here.
$ python3 -m venv ~/<your_env_name>
$ source your_env_name/bin/activate
-
Cd into hill-cipher
$ cd hill-cipher/
-
Install project dependencies.
$ make setup
- Run the app.
$ make run
- Go to the url outputted in your preferred browser.
i.e. http://127.0.0.1:5000/
Presentation: Presentation.md
Homework: Homework.md
Stuyvesant High School
Prof. Konstantinovich