Skip to content

Wonderwords version 1.0.6

Compare
Choose a tag to compare
@mrmaxguns mrmaxguns released this 25 Mar 19:52
· 137 commits to master since this release

Wonderwords Version 1.0.6

V1.0.6 is the first version to be released on PyPI!
Wonderwords is a python library that deals with random English word and sentence generation. This library includes random word generation, random list generation, random bare bone sentence generation and more. V1.0.6 is the first version to be released to the Python Package Index. Here we will detail the main features of wonderwords, but you can find a more comprehensive documentation at our wiki.

Features of V1.0.6

  • The wonderwords.random_word submodule:
    • The random_word() class
      • The word() function
      • The words_list() function
      • The starts_with() function
  • The wonderwords.random_sentence submodule:
    • The random_sentence() class
      • The bare_bone_sentence() function
      • The simple_sentence() function
      • The bare_bone_with_adjective() function
      • The sentence() function

Installation

Install this package with pip:
pip install wonderwords

Importing the Modules

import wonderwords

For a full documentation visit: https://github.com/mrmaxguns/wonderwordsmodule/wiki

Plans for the future

  • Using machine learning to advance sentence creation
  • Adding more parameters and functions
  • Improving our documentation

Contribution

Please contact @mrmaxguns if you want to contribute. If you notice a bug we suggest you open up an issue or check out the wiki.

License

MIT

Attached binaries

  • wonderwords-1.0.6-py3-none-any.whl
  • wonderwords-1.0.6.tar.gz