Skip to content

Latest commit

 

History

History
80 lines (28 loc) · 1.38 KB

README.md

File metadata and controls

80 lines (28 loc) · 1.38 KB

WordsPy

A Python library allows developers to retrieve millions of words for the requested language with just one line of code.

LexiExtract

PyPi Downloads

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

All words in all languages

How to contribute?

  1. Fork the repository.

  2. Make changes.

  3. Submit a pull request.

How to support?

or

  • Bitcoin: 19di2VDYV9cNrvrsqhZJeT8yXqwuRZ5PGx