Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eladkehat/baconator
- Owner: eladkehat
- License: mit
- Created: 2019-04-08T13:15:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T19:42:12.000Z (over 5 years ago)
- Last Synced: 2024-11-20T07:44:25.335Z (about 2 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 baconatorbaconator.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
```