vaibhavsingh97 / random-word

This is a simple python package to generate random english words
https://pypi.org/project/random-word/
MIT License
123 stars 25 forks source link

GET A RANDOM WORD FROM A SPECIFIC LETTER #20

Open nousernamedeveloper opened 5 years ago

nousernamedeveloper commented 5 years ago

from random_word import RandomWords r = RandomWords() x = r.get_random_word(letter=b, minLength=10, maxLength=10) print (x)

how to get random word from an alphabet [argument]