Metadata-Version: 2.1
Name: py-encry
Version: 0.1.2
Summary: A Library for encryption and decryption of images
Project-URL: Homepage, https://github.com/Py-Enc/py-enc
Project-URL: Bug Tracker, https://github.com/Py-Enc/py-enc/issues
Author-email: Carl Harrison <carl.harrison@elev.ga.ntig.se>, Simon <google@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: pillow
Description-Content-Type: text/markdown

# PY ENC

Nti Johanneberg gymnasiearbete 2023/2024

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the required packages.

```bash
python -m pip install -r requirements.txt
```

## Run tests

```bash
python -m pytest
```
