A simple nickname generator for Roblox
Project description
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
from bloxnickgenerator.generator import genNicknames
generated_nicks = genNicknames(3) # Generate 3 nicknames
print("Generated Nicknames:", generated_nicks)
Installation
You can install BloxNickGenerator using pip:
pip install bloxnickgenerator
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bloxnickgenerator-0.1.1.tar.gz.
File metadata
- Download URL: bloxnickgenerator-0.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc343ae44c31ee6842ac16cf28d69ce3d936801135087b4970a41a888aa34c72
|
|
| MD5 |
82ce56abd035b5bffdf82da4e5709e93
|
|
| BLAKE2b-256 |
6b39e4d0ddadffd7a4510ffe86938cde9eb3cade0ad55a7ec466c0b76f54783a
|
File details
Details for the file bloxnickgenerator-0.1.1-py3-none-any.whl.
File metadata
- Download URL: bloxnickgenerator-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d7f02320f8594b8d2af24418ee82c31dfd65c52dae84cfb877fe92cb1cca9b5
|
|
| MD5 |
b88bed74e79cfa8afb7a93ced669fde7
|
|
| BLAKE2b-256 |
fb874b1c077caccd6c50e54fb83bf4a314dee277075f50ed8713027dfe992f09
|