Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.65 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.65 KB

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