Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abranhe/bible-male-names.py
- Owner: abranhe
- License: mit
- Created: 2018-08-21T02:58:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T10:58:57.000Z (3 months ago)
- Last Synced: 2024-10-12T12:14:54.887Z (about 1 month ago)
- Topics: bible, generator, names, names-generator, pip
- Language: Python
- Homepage: https://p.abranhe.com/bible-male-names.py
- Size: 16.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
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_namesprint (bible_male_names.rand())
# => Abrahamprint (bible_male_names.get(3))
# Felix
# Elon
# Jesusprint (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/)