Skip to content

eymenefealtun/WordsPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages