{"library":"random-word","title":"random-word","description":"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+.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install random-word"],"cli":null},"imports":["from random_word import RandomWord"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from random_word import RandomWord\n\nr = RandomWord()\nprint(r.get_random_word())","lang":"python","description":"Generate a single random English word.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}