Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

word generator in python

from RandomWordGenerator import RandomWord

rw = RandomWord(max_word_size=5,
                constant_word_size=True,
                special_chars=r"@#$%.*",
                include_special_chars=True)

print(rw.generate())
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #word #generator #python
ADD COMMENT
Topic
Name
2+7 =