https://github.com/laughingsheep/deepfry
Deepfry images with ease.
https://github.com/laughingsheep/deepfry
deepfry deepfrying python
Last synced: 5 months ago
JSON representation
Deepfry images with ease.
- Host: GitHub
- URL: https://github.com/laughingsheep/deepfry
- Owner: laughingsheep
- License: mit
- Created: 2022-04-28T09:08:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T19:34:11.000Z (over 3 years ago)
- Last Synced: 2025-09-23T00:48:54.479Z (9 months ago)
- Topics: deepfry, deepfrying, python
- Language: Python
- Homepage: https://pypi.org/project/Deepfry/
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deepfry
**Deepfry images with ease.**
### Install
Install `Deepfry` by running
```bash
pip install Deepfry
```
### Requirements
- Python 3
- Pillow
### Example
```python
from Deepfry import deepfry
deepfry.deepfry("image.png", "deepfried_image.png") #Saves deepfried image to "deepfried_image.png"
```
### Why use Deepfry?
✔️Single dependency
✔️Easy to use
✔️Advanced usage
### Advanced usage
deepfry() has 2 optional arguments: `sharpness` and `saturation`. Turn up if you want your image to be more deepfried.
### License
The contents of this repository are licensed under the MIT license. A
copy of the MIT license can be found [here](https://github.com/laughingsheep/deepfry/blob/master/LICENSE).