0 purchases
aboo 0.0.0
aboo
Aph's Banana-based Obscure Observations.
An API for banana.
Installation
pip install aboo
or clone the repo
git clone https://github.com/aphkyle/aboo
Example Usage
import io
from aboo import Banana
from PIL import Image
my_api_key = "my_api_key"
my_cse_id = "my_cse_id"
banana = Banana(my_api_key, my_cse_id)
im = Image.open(io.BytesIO(banana.get_random_banana()))
im.show()
License
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.