Tidy repo #1
2 changed files with 14 additions and 1 deletions
Add requirements.txt
commit
bd20ace000
13
README.md
13
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.
|
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.
|
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)
|
## 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)
|
||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
pillow
|
||||||
|
sv-ttk
|
||||||
Loading…
Add table
Add a link
Reference in a new issue