Metadata-Version: 2.1
Name: genuine-bs-shengxio
Version: 1.2.2
Summary: A complete random content generator created based on en_core_web_md vocabulary.
Home-page: https://github.com/shengxio/genuine_bs
Author: Roland Ding
Author-email: shengxio@ualberta.ca
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/shengxio/genuine_bs/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Welcome to Genuine BS!

Inspired by project Genuine-fake, I decided to create a package to help people that have needs to create or test random large text functionality to save time and create random text.
You may find the details of the inspiring project link here: [https://pypi.org/project/Genuine-fake/]

## What does it do?

Just as the name suggest, it will produce completely random text (BS) in a common text format. Please note that at this phase of the project, grammar and semantics are in the scope, nor do I intend to add them in. The text from this package is completely random.

## Why

During my development time for the database, I realized that there are no existing easy methods to create random text strings to simulate real world content input. With that thought in mind, I decided to create this package for countering the situation.

## How to use it

### To install:

```markdown
$ pip install genuine-bs
```

### Usage

```markdown
from genuine_bs import bs

bs.rand_username()
bs.rand_version())
bs.rand_url()
bs.rand_ip()
bs.rand_list()
bs.rand_words()
bs.rand_sentence()
bs.rand_paragraph()
bs.rand_article()

```

## Support or Contact

Please leave comments or issue in the github repo page. Let me know if you questions or concerns. Thanks!


