Random Word Generator
Generates meaningful words from dictionary with given no. of letters and words.
This might be useful for generating short links or to generate recovery keys for Authentication purposes so that people can remember easily.
Requirements:
- Requests
To install requests
$ pip install requests
Execute
$ ./wordgen
- Last tested on Python 3.9.7 running on Ubuntu 20.04.3 LTS (Linux)