Skip to content

crispyfires/python-random-name-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-random-name-generator

Generates a random name from a pre-defined wordlist on the CLI. Has options to specify number of names, language of origin, and gender using command-line arguments.

Usage: namegen [OPTIONS]

Options:
  --language TEXT   Specifies which language (in 2-digit ISO 639 codes) the
                    name should come from. Use 'random' for random selection.
                    Default is 'random'
  --number INTEGER  Specifies amount of names outputted (in numerals). Default
                    is '1'
  --gender [m|f]    Specifies the gender of the name (m for male, f for
                    female)  [required]
  --help            Show this message and exit.

About

Generates a random name from a pre-defined wordlist on the CLI. Has options to specify number of names, language of origin, and gender using command-line arguments.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages