/namemysprint

Give your next sprint a cool name

Primary LanguagePythonApache License 2.0Apache-2.0

Name My Sprint

This project will generate the name of your team's next sprint by combining a random adjective and a random name. There is a support for several name packs - for example cyclists, star wars characters, ...

Installation

The latest stable release can be installed from PyPI:

$ pip install namemysprint

Or if you're feeling adventurous and want to install from source:

$ pip install .

Usage

Once installed, run the included script to get a sprint name:

$ name-my-sprint
Your next sprint should be called Thirsty Cavendish.

Or select the specific name pack you're interested in:

$ name-my-sprint --name-pack starwars
Your next sprint should be called Eloquent Windu.