Metadata-Version: 2.1
Name: randomify
Version: 0.1
Summary: Simple python library for generate random words
Home-page: https://github.com/LORD-ME-CODE/randomify
Author: lordcodes
Author-email: me@lordnet.ml
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/LORD-ME-CODE/randomify/issues
Project-URL: Community, https://t.me/lordnet_userbot
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE

# randomify
### Simple python library for generate random words

### Usage:

```python
from randomify import username


if __name__ == "__main__":
    names = [username() for _ in range(100)]
    from json import dumps
    print(dumps(names, indent=4))
```

### Author: [@lord_code](https://t.me/lord_codes)

