Random-Word-Generator · PyPI
https://pypi.org/project/Random-Word-Generator15.02.2021 · Simple random word generation with variable word size. from RandomWordGenerator import RandomWord rw = RandomWord(max_word_size=5, constant_word_size=False) print(rw.generate()) Output will be some random word like > gw Random word generation with constant word size and including special character included