# randword
The Python package for generating random English words
## Table of contents
- [Installation](#installation)
- [Usage](#usage)
- [Credits and references](#credits-and-references)
- [License](#license)
## Installation
You can install `randword` package using `pip` or `easy_install`:
```bash
pip install randword
```
```bash
easy_install randword
```
You can also just clone the repository and run:
```bash
python setup.py install
```
## Usage
See the [documentation](https://randword.readthedocs.io/en/stable/index.html).
## Credits and references
- A database of words for each part of the speech was taken from [WordNet](https://wordnet.princeton.edu/).
- Splitting words into different parts of speech is made possible by [Chilli's answer](https://stackoverflow.com/a/27415226/13692774) on [Stack Overflow](https://stackoverflow.com/).
- Surnames database was taken from this [GitHub repo](https://github.com/arineng/arincli/blob/master/lib/last-names.txt).
- Male and females names were taken from the [website of Carnegie Mellon University](https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/nlp/corpora/names/).
- Countries database was taken from [this GitHub gist](https://gist.github.com/kalinchernev/486393efcca01623b18d).
- Cities database was taken from [this GitHub gist](https://gist.github.com/norcal82/4accc0d968444859b408).
- Magic 8-Ball answers were taken from [Wikipedia page](https://en.wikipedia.org/wiki/Magic_8-Ball).
## License
[randword](https://github.com/8nhuman8/randword) specific code is distributed under [MIT License](https://github.com/8nhuman8/randword/blob/master/LICENSE.txt).
Copyright (c) 2022 Artyom Bezmenov
Raw data
{
"_id": null,
"home_page": "",
"name": "randword",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,package,python-package,random,word,words,generator,generation,random-word,random-words,random-word-generator,random-word-generation,english,english-word,english-words",
"author": "Artyom Bezmenov (8nhuman)",
"author_email": "artem.bezmenov02@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/db/7a/b23237c3341f15c0e2f17e7e1f9784e50e70f5e3ca7853174e8fac87a5ad/randword-2.11.1.tar.gz",
"platform": null,
"description": "# randword\n\nThe Python package for generating random English words\n\n## Table of contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Credits and references](#credits-and-references)\n- [License](#license)\n\n## Installation\n\nYou can install `randword` package using `pip` or `easy_install`:\n\n```bash\npip install randword\n```\n\n```bash\neasy_install randword\n```\n\nYou can also just clone the repository and run:\n\n```bash\npython setup.py install\n```\n\n## Usage\n\nSee the [documentation](https://randword.readthedocs.io/en/stable/index.html).\n\n## Credits and references\n\n- A database of words for each part of the speech was taken from [WordNet](https://wordnet.princeton.edu/).\n- Splitting words into different parts of speech is made possible by [Chilli's answer](https://stackoverflow.com/a/27415226/13692774) on [Stack Overflow](https://stackoverflow.com/).\n- Surnames database was taken from this [GitHub repo](https://github.com/arineng/arincli/blob/master/lib/last-names.txt).\n- Male and females names were taken from the [website of Carnegie Mellon University](https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/areas/nlp/corpora/names/).\n- Countries database was taken from [this GitHub gist](https://gist.github.com/kalinchernev/486393efcca01623b18d).\n- Cities database was taken from [this GitHub gist](https://gist.github.com/norcal82/4accc0d968444859b408).\n- Magic 8-Ball answers were taken from [Wikipedia page](https://en.wikipedia.org/wiki/Magic_8-Ball).\n\n## License\n\n[randword](https://github.com/8nhuman8/randword) specific code is distributed under [MIT License](https://github.com/8nhuman8/randword/blob/master/LICENSE.txt).\n\nCopyright (c) 2022 Artyom Bezmenov\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "The Python package for generating random English words",
"version": "2.11.1",
"split_keywords": [
"python",
"package",
"python-package",
"random",
"word",
"words",
"generator",
"generation",
"random-word",
"random-words",
"random-word-generator",
"random-word-generation",
"english",
"english-word",
"english-words"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "ae97a01a5c4e7bd83980d761be682aa2",
"sha256": "53c69296c60801e512acef12ed6672a32071a2c4f0f87aa9daf9da438a775cdf"
},
"downloads": -1,
"filename": "randword-2.11.1.tar.gz",
"has_sig": false,
"md5_digest": "ae97a01a5c4e7bd83980d761be682aa2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 637102,
"upload_time": "2022-12-16T10:18:00",
"upload_time_iso_8601": "2022-12-16T10:18:00.276989Z",
"url": "https://files.pythonhosted.org/packages/db/7a/b23237c3341f15c0e2f17e7e1f9784e50e70f5e3ca7853174e8fac87a5ad/randword-2.11.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-16 10:18:00",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "randword"
}