A Python library allows developers to retrieve millions of words for the requested language with just one line of code.
Via this library, you are going to be sending a GET request to the all-words-in-all-languages.
WordsPy can be installed using the pip command.
pip install WordsPy
import WordsPy as Wp
english_language = Wp.English()
english_words = english_language.get_all_words() # return all the available words in language
random_english_words = Wp.get_random_words(english_words, 5) # retun 5 random words from the list
-
Fork the repository.
-
Make changes.
-
Submit a pull request.
or
- Bitcoin: 19di2VDYV9cNrvrsqhZJeT8yXqwuRZ5PGx