Skip to main content

Modul/Command Line Tool to get random cat images

Project description

random-cat is a amazing modul to get cat images. This Project won’t be
posible without the great Cat API (http://thecatapi.com).

Big Thanks to the great Cat API

Go and visit http://thecatapi.com

alt text

Installation

Install through pip.

$ pip install random-cat

or get from source

$ git clone https://github.com/gravmatt/random-cat
$ cd random-cat
$ python setup.py install

Usage

The cat module has just one function getCat() with three optional arguments.

Arguments

directory - default is the current directory

filename - default is a unique id

format - default is png. optional png, jpg and gif is available

import cat

# cat.getCat(directory=None, filename=None, format='png')

cat.getCat(directory='/users/tor', filename='cat', format='gif')

# /users/tor/cat.gif

The function return the image name (absolute path if directory is specified) of the image.

Command Line

You can also request an image on the terminal.

$ randomcat [format] [file]

# Example:

$ randomcat gif /users/tor/cat.gif

The two arguments format and file are optional.

You can select the formats png, jpg or gif.

The command return the filename/absolute path of the image to the standard output (stdout).

Licence

The MIT 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

random-cat-1.0.0.tar.gz (2.5 kB view hashes)

Uploaded Source

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