Randomly generate compelling usernames.
Project description
Random Username Generator
A package to randomly generate compelling usernames in the format <adjective><noun><number>
.
Installation
You can install the Random Username Generator from PyPI:
pip install random-username
This package is supported on Python 2.7, as well as Python 3.5 and above.
How to use
This is a command-line application to generate usernames. To use, simply call:
$ random_username -h
usage: random_username [-h] [num_results]
Generate Compelling Usernames.
positional arguments:
num_results Number of results to return
optional arguments:
-h, --help show this help message and exit
To generate usernames, call the program like so (not specifying a number will default to 1):
$ random_username 10
vengefulSausage3
pacifiedIcecream7
amazedOtter4
lovesickSardines2
grizzledChowder1
grumpyRat1
troubledCod7
dopeyPiglet7
dreadfulOtter4
giddyOil7
You can also call the Random Username Generator from your own python code by importing from random_username.generate
>>> from random_username.generate import generate_username
>>> generate_username(5)
['insecureJaguar0', 'spiritedMuesli8', 'cautiousSmelt2', 'mereVenison4', 'offendedPie6']
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
File details
Details for the file random-username-1.0.2.tar.gz
.
File metadata
- Download URL: random-username-1.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fdc0604b5d1bdfe4acf4cd7491a9de1caf41bbdd890f646b434e09ae2a1b7ce |
|
MD5 | c70ffb18c1c1768420f37bda1cdb5f3a |
|
BLAKE2b-256 | be847004e0038707827e7ebe91a09e0f46483e36134de3b20bc0d5cf864a4caa |
File details
Details for the file random_username-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: random_username-1.0.2-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2536feb63fecde7e01ede4a541aadb6f0b58794a7ab327ca5369d2a4b7664c06 |
|
MD5 | 291f0344634287a93ec7b5d19935498b |
|
BLAKE2b-256 | 92d80f96b9bdea0683884b0ff2d8663b2580e2bad4418848540d1a12e1fd1d7b |