Skip to main content

Banana API

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aboo-0.0.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

aboo-0.0.0-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page