A simple username generator that combines random words with numbers
Project description
Usergen
ezusergen is a simple Python package that generates usernames by combining random words and a random number.
Installation
pip install ezusergen
#Usage
import ezusergen as gen
username = gen.generate(7) # 7 = word length, default (if left blank) = 7
print(username) # Example: SeedmanWelding532
# You can also just generate usernames without numbers now by using it like this:
username2 = gen.generate(7, noNum=True)
print(username2) # Example: SeedmanWelding
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ezusergen-0.1.3.tar.gz
(2.7 kB
view details)
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 ezusergen-0.1.3.tar.gz.
File metadata
- Download URL: ezusergen-0.1.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaab8e6a33d7ed03aeb70248e05a175dd29238145a88a1b85689ee64780c5b94
|
|
| MD5 |
b920a8c8d897de10357926da26786afe
|
|
| BLAKE2b-256 |
2bd02ca6a6f4a05353658d25333511914712c07dc4e395f0c033777d98a98d8e
|
File details
Details for the file ezusergen-0.1.3-py3-none-any.whl.
File metadata
- Download URL: ezusergen-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0728037910fcfccfb2548c4c6872786be3e47f13c84f093be512855e5f0bfbd
|
|
| MD5 |
888f5dc3ffbe5b1149ac6fcbc7493325
|
|
| BLAKE2b-256 |
01c2f87a0dc3af1a76903cd96b921d2fc56717108d3be93745a5e50eaceb1587
|