rantence

A Python package that creates random sentences.


License
MIT
Install
pip install rantence==6.0.0

Documentation

Sentence Generator


What does it do?

This NPM package that is used for Python, generates random sentences. Check out the code description below on how to use it!

INSTALL

$ pip install rantence

FOR LINUX

$ pip3 install rantence

USAGE

import rantence // Gets module

rantence.rt() // Prints 1 out of 3 random sentences

Logo

DISCLAIMER: You may need the RANDOM python module installed.