WordsPy
A Python library allows developers to retrieve millions of words for the requested language with just one line of code.
Important Note:
Via this library, you are going to be sending a GET request to the all-words-in-all-languages.
Install
WordsPy can be installed using the pip command.
pip install WordsPy
Example
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
Available languages
How to contribute?
-
Fork the repository.
-
Make changes.
-
Submit a pull request.
How to support?
or
- Bitcoin: 19di2VDYV9cNrvrsqhZJeT8yXqwuRZ5PGx
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wordspy-2.1.0.tar.gz
(7.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wordspy-2.1.0.tar.gz.
File metadata
- Download URL: wordspy-2.1.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b941ee2ffe4d37258acef82cd809c37c4988f705922efccd34a257f06956e58
|
|
| MD5 |
64fa966d7932745700a01ab94035545a
|
|
| BLAKE2b-256 |
619a5af4cb4e9e48a4927ba08e4c949190cd4720f27cc7fa5345db1f1d755736
|
File details
Details for the file wordspy-2.1.0-py3-none-any.whl.
File metadata
- Download URL: wordspy-2.1.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d59e7267730991c91712224b313ee219a4ed74c0142c24cad631f74f6e2fdbbd
|
|
| MD5 |
ab083b14e93341c05b9178a466ad28eb
|
|
| BLAKE2b-256 |
4f05c4a5c31a52121ba5a30c58493767a5ed2be6bf302d971593ed3b3372ef30
|