Unconventional ways to save an image 😄
Have you ever been bored by the same old .png
, .jpg
, .jpeg
, .gif
and all other image extensions? Have you ever wanted something different - goofy - but also clever? Then this is the package for you! ✨
With this package you can save any image opened with the PIL.Image
module on a given path
as a
First you install it in your environment like this
pip install unexpected-isaves
Then you can start using it already! Open any image you've got locally with PIL and try to save it using our functions!
from unexpected_isaves import save_image
from PIL import Image
save_image.to_excel(
image=Image.open("my_image.png"),
path="/home/user/Documents/my_image.xlsx"
)
You might be wondering: why would I ever need such a useless lib? The answer is: you wouldn't. This lib was created for learning purposes, and it was never my intention to make it useful. It might be a nice way to impress your friends on your Minecraft server, or to make an important presentation lighter with a fun spreadsheet art, though. Be creative!
You can read our wiki for more information about this project if you want.
Just like Minecraft, everything's better when shared and built together.
Contributions are welcome and appreciated. Make sure to read our guide for contributing and don't forget to check out our code of conduct.
Have fun!