A simple Python package to generate random English words, suitable for password generation, game content, or testing. Version 1.0.13 requires Python 3.8+.
pip install random-wordVerified import paths — ran on the pinned version, not inferred.
Generate a single random English word.
Ensure network connectivity or use a local word list alternative. The package does not ship its own word list.
Use `r.get_random_word()` instead of `r.random_word()`.
No dependency data recorded yet.