Alias Generator
Closed this issue · 3 comments
I-Smith commented
Task
We would like each user to be assigned a random alias for each thread in which they participate. In order to do this we need a generator program (alias.py).
The program:
- Has large list of adjectives in an array
- Has a large list of famous Scientists/Engineers/Innovators from the past
- When called, randomly produce an alias of the form [Adjective] [Famous person] [Random number].
The base file has been made.
If anyone has any ideas for adjectives or people feel free to add them as you think of them.
Other Ideas
Later in time we may want to separate the adjectives and names into dedicated text files, just something to think about.
JavenZ commented
Should be include a random number 1-10 at the end as well?
…On Feb 1, 2018 1:53 PM, "Isaac Smith" ***@***.***> wrote:
##Task
We would like each user to be assigned a random alias for each thread in
which they participate. In order to do this we need a generator program
(alias.py).
The program should:
- Have a large list of adjectives in an array
- Have a large list of famous Scientists/Engineers/Innovators from the
past
- When called, randomly produce an alias of the form [Adjective]
[Famous person].
If anyone has any ideas for adjectives or people feel free to add them as
you think of them.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AUOyBkVIQsx6-3zSDf2UCn20PpKowwNPks5tQghHgaJpZM4R2G5R>
.
I-Smith commented
That could be a nice addition, but shouldn't take long to implement. If it's something you'd like to add then go ahead and we can discuss it later.
JavenZ commented
If you can create the program, I can help contribute to the content.