/randword

The Python package for generating random English words

Primary LanguagePythonMIT LicenseMIT

randword

The Python package for generating random English words

Table of contents

Installation

You can install randword package using pip or easy_install:

pip install randword
easy_install randword

You can also just clone the repository and run:

python setup.py install

Usage

See the documentation.

Credits and references

License

randword specific code is distributed under MIT License.

Copyright (c) 2022 Artyom Bezmenov