From bd20ace000213fd228fe9c356c94fe7224101002 Mon Sep 17 00:00:00 2001 From: kris-0605 Date: Tue, 21 May 2024 23:52:44 +0100 Subject: [PATCH] Add requirements.txt --- README.md | 13 ++++++++++++- requirements.txt | 2 ++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 6f4dcda..9cf1e2c 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,15 @@ Given an image (jpg or png) and a text file (.txt) it can create a new image (png) which will contain the text of the .txt file inside of it. This process can then be reversed using the Decrypt function and a png image which has text encrypted into it. -Github: [https://github.com/Hannah-Dagemark/Shush](https://github.com/Hannah-Dagemark/Shush) \ No newline at end of file +## Installation + +To install dependencies, run: +``` +pip install -r requirements.txt +``` + +Then, run `main.py`. + +## Github + +[https://github.com/Hannah-Dagemark/Shush](https://github.com/Hannah-Dagemark/Shush) \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e8ef192 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pillow +sv-ttk \ No newline at end of file