Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Korons/username-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple username generator in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages