Best Flask open-source libraries and packages

Flask Dungeons and Dragons

A simple Dungeons & Dragons Flask App
Updated 1 year ago

Flask Dungeons & Dragons

Python

A simple Dungeons & Dragons Flask App

Installation

Clone the Repository

git clone https://github.com/the-akira/Flask-Dungeons-and-Dragons.git

Inside the Main Directory

Create a Virtual Environment

python -m venv myvenv

Activate the Virtual Environment

source myvenv/bin/activate

Install Requirements

pip install -r requirements.txt

Run the Application

python app.py
Tags requests