Last updated:
0 purchases
benny.py 1.0.1
benny.py
A Python wrapper for Benny's API.
Install
$ pip install benny.py
Example
import benny
client = benny.Client()
cat_image = client.cat()
dog_image = client.dog()
print(cat_image, dog_image)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.