Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abranhe/bible-male-names.py

📖 Get male names from The Bible
https://github.com/abranhe/bible-male-names.py

bible generator names names-generator pip

Last synced: 17 days ago
JSON representation

📖 Get male names from The Bible

Awesome Lists containing this project

README

        









bible-male-names: get male names from The Bible
















## Install

```
$ pip install bible-male-names
```

Names from [biblegateway.com](https://www.biblegateway.com/resources/all-men-bible/Alphabetical-Order-All-Men)

## Usage

```py
import bible_male_names

print (bible_male_names.rand())
# => Abraham

print (bible_male_names.get(3))
# Felix
# Elon
# Jesus

print (bible_male_names.all())
# Aaron
# Abagtha
# ...
```

## Api

### `rand()`

> Return a random Bible male name

### `get(number)`

> Return 'number' names

### `.all()`

> Return over [2000+](https://github.com/abranhe/bible-male-names/blob/master/bible-male-names.json) male names from The Bible.

## Related

- [bible-female-names.py](https://github.com/abranhe/bible-female-names.py):  📖  get female names from The Bible
- [bible-male-names](https://github.com/abranhe/bible-male-names): same thing but in JavaScript
- [bible-female-names](https://github.com/abranhe/bible-female-names):  📖  get female names from The Bible in JavaScript

## Team

|[![Carlos Abraham Logo](https://avatars3.githubusercontent.com/u/21347264?s=50)](https://abranhe.com)|
| :-: |
| [Carlos Abraham](https://github.com/abranhe) |

## License

[MIT](https://github.com/abranhe/bible-male-names/blob/master/license) License © [Carlos Abraham](https://github.com/abranhe/)