Skip to content

reillysiemens/aaanimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bacb961 Β· Sep 6, 2021

History

29 Commits
Sep 4, 2021
Sep 6, 2021
Sep 6, 2021
Sep 6, 2021
Jun 19, 2021
Sep 3, 2021
Aug 28, 2021
Aug 28, 2021
Aug 12, 2021
Jun 19, 2021
Sep 6, 2021
Sep 3, 2021
Sep 3, 2021
Sep 4, 2021

Repository files navigation

Aaanimal

GitHub Actions test status Python versions License Any color you like

Aaanimal is a Python extension module for generating friendly, mostly unique names. The name is a play on GfyCat's AdjectiveAdjectiveAnimal URLs. It is written in Rust using PyO3.

Usage

Aaanimal only has one function. Use it wisely.

import aaanimal
aaanimal.generate()  # 'crushable-badtempered-raptors'
aaanimal.generate(adjectives=1, animals=1, separator=" ✨ ")  # 'nautical ✨ aphid'

Installation

The module is distributed to PyPI.

pip install aaanimal

You shouldn't need a Rust compiler unless you want to build from source.

Platform Support

There is currently only support for Linux, but the plan is to support Windows (and possibly FreeBSD) as well. If you'd like to help make either a reality, please consider contributing.

About

🐯 Generate friendly, mostly unique names.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published