Skip to content

A simple name generator in the syle of <adjective> <noun> like mad zebra 🤪 🦓.

License

Notifications You must be signed in to change notification settings

LuggiStruggi/RunNameGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunNameGenerator

A simple name generator in the syle of <adjective> <noun> like mad zebra 🤪 🦓.

I created it to give different runs of machine learning algorithms distinctive names I can remember.

Install:

Install using

pip install runnamegen

Use:

In python file just

from runnamegen import generate

Then use

name = generate()

to get a runname as string.

You can also choose a delimiter:

name = generate("-")

Commands

There are some commands:

runnamegen generate generate runname and display in terminal.

runnamegen generate -n <integer> generate n-times a runname and display them in terminal.

runnamegen generate _ generate runname with _ as delimiter and display in terminal.

runnamegen generate - generate runname with - as delimiter and display in terminal.

runnamegen alliteration on/off turn on or off alliteration mode.

runnamegen alphabet on/off turn on or off alphabet mode (nouns in alphabetical order).

runnamegen exclude <noun_category> excludes specific noun-category such as pokemon.

runnamegen include <noun_category> includes specific noun-category such as pokemon.

runnamegen add-nouns <filename> adds noun file. Needs to be .txt where each word is seperated by a line break.

runnamegen add-adjectives <filename> adds adjective file. Needs to be .txt where each word is seperated by a line break.

runnamegen cleanup cleans up the files such that there are no words which are two words and all are lowercase.

Source

I got the current set of words from https://github.com/gambolputty/textstelle and some more adjectives from here https://gist.github.com/hugsy/8910dc78d208e40de42deb29e62df913

Content Warning

I did not go over the list of words completely personally. If there are any nouns or adjectives in the current list which you find harmful please create a pull request for deleting this word.

About

A simple name generator in the syle of <adjective> <noun> like mad zebra 🤪 🦓.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages