A Simple Character Generator -- Mixed Messages

Hi all! Here is a link to my repository for this project.

This was really fun! I wanted to create a message that had a bit of fun to it and I like to play RPGs, so it felt like a good direction to go in.

I made three bits of the message random:
*the name
*the type of town they come from
*their call to adventure.

Each random info has its own file in case I want to add to this later. The categories only have about six choices each, but I can image a single file getting messy if there were more to sift through.

I wasn’t keeping track of time specifically, but I probably spent a good two to three hours on it. At least 45 minutes of it was wasted chasing weird code rabbit holes.

If anyone happens to take a look at this, let me know what you think!