A simple python library that gives you a certain amount of random words.
Project description
RandomWord Description
randomword
is a simple python library that chooses a random word from dwyl's list of English words.
Unlike other libraries, there is no API. This library can be used without internet access.
Usage
import randomword
random_word = randomword.get_random_word()
# importing randomword and then doing randomword.randomword.get_random_word() is also applicable.
print(f"My favorite word in the dictionary is {random_word}.")
multiple_random_words = randomword.get_random_word(2)
print(f"If I had to choose, I would say my top two favorite words are {multiple_random_words[0]} and {multiple_random_words[1]}.")
Output
My favorite word in the dictionary is unutilized.
If I had to choose, I would say my top two favorite words are barhopped and passionful.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
randomword-1.0.2.tar.gz
(1.1 MB
view hashes)
Built Distribution
Close
Hashes for randomword-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9acb21d8baa38ca6da4883d466f37bc42dac1703e1a56ca732f24e05991793db |
|
MD5 | 04376284f0d721812b8b69a11eebfa9d |
|
BLAKE2b-256 | f813782b29af0b8cc77bf023e60fa5a5ce7d18ebb7c41d3a7dd8aea5b5c62788 |