Skip to content
/ usergen Public

Create a range of possible usernames from peoples names

License

Notifications You must be signed in to change notification settings

ptf569/usergen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

usergen

Create a range of possible usernames from peoples names

usage: usergen.py [-h] [-n NAMES] [-o OUTFILE]

A small program to generate a list of usernames from names

optional arguments:
  -h, --help            show this help message and exit
  -n NAMES, --names NAMES
                        a file containing a list os peoples names
  -o OUTFILE, --outfile OUTFILE
                        File name to save output

USAGE:

Create a file with a list of firstname lastname:

joe bloggs
jane doe

EXAMPLE: python3 usergen.py -n testnames.txt

OUTPUT:

joebloggs
joe.bloggs
joebloggs
jbloggs
bloggsj
janedoe
jane.doe
janedoe
jdoe
doej

About

Create a range of possible usernames from peoples names

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages