Deepfry images with ease.
Install Deepfry
by running
pip install Deepfry
- Python 3
- Pillow
from Deepfry import deepfry
deepfry.deepfry("image.png", "deepfried_image.png") #Saves deepfried image to "deepfried_image.png"
✔️Single dependency ✔️Easy to use ✔️Advanced usage
deepfry() has 2 optional arguments: sharpness
and saturation
. Turn up if you want your image to be more deepfried.
The contents of this repository are licensed under the MIT license. A copy of the MIT license can be found here.