{"id":21855,"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+.","status":"active","version":"1.0.13","language":"python","source_language":"en","source_url":"https://github.com/vaibhavsingh97/random-word","tags":["random","word","english","generator"],"install":[{"cmd":"pip install random-word","lang":"bash","label":"Install via pip"}],"dependencies":[],"imports":[{"wrong":"from random_word import RandomWord","symbol":"RandomWords","correct":"from random_word import RandomWords"}],"quickstart":{"code":"from random_word import RandomWord\n\nr = RandomWord()\nprint(r.get_random_word())","lang":"python","description":"Generate a single random English word."},"warnings":[{"fix":"Ensure network connectivity or use a local word list alternative. The package does not ship its own word list.","message":"The package relies on a remote API (https://random-word-api.herokuapp.com). Without internet access, it raises a ConnectionError.","severity":"gotcha","affected_versions":">=1.0.0"},{"fix":"Use `r.get_random_word()` instead of `r.random_word()`.","message":"The method `random_word` was renamed to `get_random_word` in v1.0.0. The old name still works but issues a deprecation warning.","severity":"deprecated","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'1.0.13':22 '3.8':25 'content':18 'english':11,28 'game':17 'generat':9,16,29 'packag':7 'password':15 'python':6,24 'random':2,10,26 'random-word':1 'requir':23 'simpl':5 'suitabl':13 'test':20 'version':21 'word':3,12,27","created_at":"2026-04-27T17:02:06.305129+00:00","updated_at":"2026-04-27T17:02:06.305129+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"1.0.13","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/random-word/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing","auth-security"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-06-30","last_verified":"2026-06-30","next_check":"2026-07-30","install_tag":null}}