Meaningful 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
$ python3 main.py
https://word.tips/
Credits:This program relies on their webpage and API for generating words.
Last tested on Python 3.9.7 running on Ubuntu 20.04.3 LTS (Linux)