/username-generator

A simple username generator in python

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

username-generator

A simple username generator in python

Usage

Will return a username based on your first and lastnames

python username-generate.py -f FIRSTNAME -l LASTNAME

Or to generate names that include NFSW words

python username-generate.py -f FIRSTNAME -l LASTNAME -n yes

Or to generate NSFW only names

python username-generate.py -f FIRSTNAME -l LASTNAME -n only

Or to generate usernames not based on your name

python username-generate.py -p true

Inorder to use the gui you will need to install [Gooey][gooey]

pip install Gooey

Features

  1. Names base on random verb and noun (happy_horse)
  2. l33t speak (h4ppy_h0rs3)
  3. Names are generated randomly meaning you shouldn't get the same name twice in a row
  4. NFSW names by passing the script -n yes [gooey]: https://github.com/chriskiehl/Gooey