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
- Host: GitHub
- URL: https://github.com/jerakin/p5e-move-browser
- Owner: Jerakin
- Created: 2020-11-18T20:44:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T23:46:11.000Z (over 4 years ago)
- Last Synced: 2025-02-18T03:53:26.359Z (4 months ago)
- Topics: flask, p5e, pokemon5e, python
- Language: Python
- Homepage: https://jerakin.pythonanywhere.com
- Size: 200 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```