Metadata-Version: 2.1
Name: bloxnickgenerator
Version: 0.1.1
Summary: A simple nickname generator for Roblox
Home-page: https://github.com/realkayo/Roblox-Nickname-Generator
Author: Kayon
Author-email: kayop621@gmail.com
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
Requires-Dist: requests
Requires-Dist: Faker

# BloxNickGenerator

## Introduction

BloxNickGenerator is a Python package that allows you to generate available usernames for Roblox. It checks the availability of usernames and ensures that the generated usernames do not contain profanity.

## Features

- Generate a specified number of usernames.
- Check for profanity using an external API.
- Verify if usernames are already taken on Roblox.


## Usage
```python
from bloxnickgenerator.generator import genNicknames

generated_nicks = genNicknames(3)  # Generate 3 nicknames
print("Generated Nicknames:", generated_nicks)
``` 
## Installation

You can install BloxNickGenerator using pip:

```bash
pip install bloxnickgenerator
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
