Metadata-Version: 2.1
Name: rantence
Version: 6.0.0
Summary: A Python package that creates random sentences.
Home-page: https://github.com/Cryptos1337/RanTence-Py
Author: Cryptos & Cuet
Author-email: jenkzzjenkzz@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# 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
```python
import rantence // Gets module

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

![Logo](https://cdn.discordapp.com/attachments/743107684676534273/743626048171671683/Rnadomsneet.jpg)

*DISCLAIMER:*
You may need the **RANDOM** python module installed.


