Skip to content

a simple flask app for users to input their dungeons and dragons stats and roll with them

Notifications You must be signed in to change notification settings

seescoto/dnd_roller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnd_roller

A simple flask app that allows users to set their D&D stats and proficiencies and then roll using those stats.

Getting started

  1. Clone the repository to your local machine.
git clone https://github.com/seescoto/dnd_roller.git
  1. Install the required packages.
pip install -r requirements.txt
  1. Create a file config.py with a secret key for saving session data in between rolls.
secret_key = "YOUR_SECRET_KEY"
  1. Navigate to the folder that holds this repository and run the app
flask --app app run
  1. Follow the instructions in the terminal that leads you to opening 127.0.0.1:5000 in your favorite browser

  2. Explore and enjoy!

  3. 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

About

a simple flask app for users to input their dungeons and dragons stats and roll with them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published