Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

word generator in python

from RandomWordGenerator import RandomWord

# Creating a random word object
rw = RandomWord(max_word_size,
                constant_word_size=True,
                include_digits=False,
                special_chars=r"@_!#$%^&*()<>?/|}{~:",
                include_special_chars=False)
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #word #generator #python
ADD COMMENT
Topic
Name
1+7 =