A simple flask app that allows users to set their D&D stats and proficiencies and then roll using those stats.
- Clone the repository to your local machine.
git clone https://github.com/seescoto/dnd_roller.git- Install the required packages.
pip install -r requirements.txt- Create a file config.py with a secret key for saving session data in between rolls.
secret_key = "YOUR_SECRET_KEY"- Navigate to the folder that holds this repository and run the app
flask --app app run-
Follow the instructions in the terminal that leads you to opening 127.0.0.1:5000 in your favorite browser
-
Explore and enjoy!
-
To exit out of the app when you're done, type in control + C into the command line and the app will close on its own.
^C