better_launch.utils.random_names module

class better_launch.utils.random_names.UniqueWordGenerator

Bases: object

get_unique_word() str

Generate the next unique word

remaining() int

Return number of words still available

reset()

Shuffle and reset the generator

total_available() int

Return total number of unique words possible

better_launch.utils.random_names.get_unique_word() str