Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eladkehat/baconator

Hollywood-themed random name generator
https://github.com/eladkehat/baconator

Last synced: 27 days ago
JSON representation

Hollywood-themed random name generator

Awesome Lists containing this project

README

        

# Baconator - Hollywood-themed random name generator

Baconator is like [Haikunator](https://github.com/Atrox/haikunatorpy)
(and [many other versions](https://www.google.com/search?q=haikunator)).
It generates easy to quote random names for stuff - files, jobs, servers - you name it πŸ˜‰

### Why another Haikunator version?
To make this fun. Baconator random-pairs the first and last names of famous actors.
"Benicio Del Neeson" or "Keanu Ford" are more memorable and way cooler than "delicate haze".

### "Baconator"??
The name is a reference to the
[Six Degrees of Kevin Bacon](https://en.wikipedia.org/wiki/Six_Degrees_of_Kevin_Bacon)
game.
See if you can find the shortest path between the first and last name that Baconator generates πŸ€“

## Installation
```
pip install baconator
```

## Usage

```python
import baconator

baconator.generate() # => Jake-Gooding-Jr-6425
baconator.generate('πŸ˜€') # => 'HarrisonπŸ˜€BrandoπŸ˜€9054'
baconator.generate(delimiter='+', token_len=2) # => 'Patricia+Crystal+68'
```

It also installs a console script:
```bash
$ baconator
Charlize-Whitaker-7743
```