Skip to content

8nhuman8/randword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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