aboo

Banana API


License
MIT
Install
pip install aboo==0.0.0

Documentation

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