https://github.com/betatim/python-friendlywords
https://github.com/betatim/python-friendlywords
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/betatim/python-friendlywords
- Owner: betatim
- License: other
- Created: 2021-06-27T10:57:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T12:24:28.000Z (over 4 years ago)
- Last Synced: 2024-12-28T01:08:54.512Z (9 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Friendly Words
This package returns curated lists of friendly words, as used in project names and elsewhere on glitch.com
> This is a Python port of Glitch's original JavaScript package [friendlyWords](https://github.com/glitchdotcom/friendly-words/#friendly-words)
## Usage
```python
import friendlywordsfriendlywords.collections
# ['accrual', 'aggregation', 'album', 'analects', ...]
friendlywords.objects
# ['gargoyleosaurus', 'hydrangea', 'columnist', ...]
friendlywords.predicates
# ["warp", "windy", "paper", "shrouded", ...]
friendlywords.teams
# ['aerie', 'alliance', 'assembly', 'bale', ...]
```