Decent username generator based on handpicked wordlists
Project description
Eponym
Eponym seeks to become a decent username generator. So far this repository includes two handpicked lists of Descriptors and Things and a basic username generator function. At one point a flexible generator will be added.
Usage
from eponym import generate_username print(generate_username()) """Example outputs: 'ExitedArrogantPlant2873' 'PotentialRetroDiscoverer7701' 'SelfishCheatingBamboo0926' 'SimpleChirpyCarrot6735' """
Custom generator
The inbuilt generator currently has no options such as pattern
or max_length
. If you want to build a custom generator using the Eponym data, take a look at the eponym/generator.py
file.
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size eponym-1.0.0-py3-none-any.whl (8.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size eponym-1.0.0.tar.gz (7.4 kB) | File type Source | Python version None | Upload date | Hashes View |