This program uses pdfs given by the user in order to generate various DND related objects (spells, races, etc.)
Control Flow:
Prompt user for books
TODO get data from books
TODO generate objects from data
TODO ask user for base race, background, class, and optionally subclass
TODO create character object
TODO roll stats, apply race bonuses, etc
TODO other optional rolls
TODO skill proficiency choice
TODO starting equipment or gold buy
TODO other proficiencies and choices
TODO spell choices
TODO customization (name, traits, ideals, flaws, etc)
TODO generate character sheet from character object