Metadata-Version: 2.4
Name: bitrot-decay
Version: 0.0.5
Summary: A lightweight library for simulating digital image decay.
Author-email: Tirthik Durgam <your.email@example.com>
Project-URL: Homepage, https://github.com/tirthikdurgam/bitrot-decay
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: Pillow
Requires-Dist: numpy

# BitRot Library
A Python library for simulating digital image decay.

## Installation
`pip install bitrot-decay`

## Usage
```python
import bitrot
bitrot.decay_file("input.jpg", "output.jpg", integrity=0.5)
