https://github.com/nihlaeth/dnd
online character sheets for Dungeons & Dragons v2.tomaas
https://github.com/nihlaeth/dnd
aiohttp aiohttp-login asyncio bootstrap dnd dungeons-and-dragons jinja2 jquery mongodb online-character-sheets python-3-6 setuptools
Last synced: 2 months ago
JSON representation
online character sheets for Dungeons & Dragons v2.tomaas
- Host: GitHub
- URL: https://github.com/nihlaeth/dnd
- Owner: nihlaeth
- License: gpl-3.0
- Created: 2017-01-27T14:27:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T20:41:29.000Z (about 8 years ago)
- Last Synced: 2025-03-23T19:38:28.974Z (3 months ago)
- Topics: aiohttp, aiohttp-login, asyncio, bootstrap, dnd, dungeons-and-dragons, jinja2, jquery, mongodb, online-character-sheets, python-3-6, setuptools
- Language: HTML
- Homepage:
- Size: 721 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dnd
online character sheets for Dungeons & Dragons v2.tomaas## Installation
Requirements:
* SMTP server
* python 3.6 (3.5 is untested but might work)
* mongodb```
$ git clone https://github.com/nihlaeth/dnd.git
$ cd dnd
$ pip3 install -e .
$ dnd --generate-config > ~/.config/dnd/config.cfg
$ vim ~/.config/dnd/config.cfg
$ dnd
```
Now direct your browser to the address and port you specified in the config.