Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

random-username-1.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

random_username-1.0.2-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page