Tidy repo #1

Closed
chris-ashford wants to merge 3 commits from main into main
5 changed files with 20 additions and 6 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
__pycache__/*

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# This is the Shush Image - Text Encryption Tool
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.
## 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)

View file

@ -1,6 +0,0 @@
## This is the Shush Image - Text Encryption Tool
## 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

Binary file not shown.

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
pillow
sv-ttk