Wonderwords version 1
Wonderwords V1.0.1
We finally announce the first fully functioning version of wonderwords! Wonderwords is a module that lets python developers easily access random English words. Please check out the documentation to learn about the specific functions and features.
Features of version 1:
- The random_word sub-module
- The word() function
- The words_list() function
- The starts_with() function
- The random_sentence sub-module
- The bare_bone_sentence() function
Requirements
- Python version 3.6 or greater
- Random module
- importlib_resources or importlib.resources
Documentation:
A comprehensive documentation of this release can be found at: https://github.com/mrmaxguns/wonderwordsmodule/wiki/Wonderwords-Documentation
Plans for development
- More complex random sentence creation
- A more organized file structure
- Uploading the files to pip
Installation
To install this version:
pip install -i https://test.pypi.org/simple/ wonderwords-mrmaxguns
If you have any comments, problems or requests, or are interested in contributing, please let us know