An open API service indexing awesome lists of open source software.

https://github.com/jerakin/p5e-move-browser

Repository for the Move Browser for Pokemon5e
https://github.com/jerakin/p5e-move-browser

flask p5e pokemon5e python

Last synced: 3 months ago
JSON representation

Repository for the Move Browser for Pokemon5e

Awesome Lists containing this project

README

        

# p5e-move-browser

## Install
Python 3.6+ expected.

```
pip install -r requirements.txt
```

## Run

Add the app into your environment variables

**Unix**
```
export FLASK_APP=flask_app.py
```

**Windows**
```
set FLASK_APP=flask_app.py
```

Run the app
```
flask start
```