Metadata-Version: 2.1
Name: catnames
Version: 1.0.3
Summary: Get Awesome Random cat names!
Home-page: https://yoginth.gitlab.io
Author: Yoginth
Author-email: yoginth@zoho.com
License: UNKNOWN
Project-URL: Patreon, https://www.patreon.com/yoginth
Project-URL: Source, https://github.com/yogicodes/catnames
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Plugins
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

## Cat Name Generator

> Get Awesome Random cat names!

## Badges

[![Build Status](https://travis-ci.org/yogicodes/catnames.svg?branch=master)](https://travis-ci.org/yogicodes/catnames)
[![PyPI](https://img.shields.io/pypi/v/catnames.svg)](https://pypi.org/project/catnames)
[![Patreon](https://pepy.tech/badge/catnames)](https://pypi.org/project/catnames)
[![OSS](https://cdn.rawgit.com/yogicodes/badges/74fc230b/public/oss.svg)](https://github.com/yogicodes)
[![AMA](https://cdn.rawgit.com/yogicodes/badges/74fc230b/public/ama.svg)](https://github.com/yogicodes/ama)
[![Patreon](https://cdn.rawgit.com/yogicodes/badges/74fc230b/public/patreon.svg)](https://www.patreon.com/yoginth)

## Screenshot

<img src="https://github.com/yogicodes/catnames/raw/master/Screenshot.png" width="550">

## Inspired by

- [Sindresorhus's cat-names](https://github.com/sindresorhus/cat-names)

## Install

```
$ pip install catnames
```

## Usage

```python
import catnames as names

print (names.gen())
#=> Daisy

print (names.genarr(3))
#=> ['Oliver', 'Bella', 'Gizmo']
```

## Get Help

There are few ways to get help:

 1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.

 2. For bug reports and feature requests, open issues.

 3. For direct and quick help, you can [email me](mailto://yoginth@zoho.com).

## How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].

Thanks!

## License

[MIT][license]

[LICENSE]: https://yoginth.mit-license.org/
[contributing]: /CONTRIBUTING.md


