maxicecilia / dnd3.5-tools

Several tools for helping at Dungeon Masters (and players) during a session.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dnd3.5-tools

Several tools for helping at Dungeon Masters (and players) during a session.

Installation

  1. Install pip & virtualenv if you don' have them and create a virtualenv.

  2. Install mongodb and start it.

  3. Clone the repo:

$ git clone https://github.com/maxicecilia/dnd3.5-tools
  1. Install requeriments
$ pip install -r requirements.txt
  1. Import some data if you want
$ mongoimport -d my_mongo_db -c character ../dumpdata/characters.json
  1. Have fun!
$ python manage.py runserver

Nitrous.io setup

If you wan to setup your application in Nitrous, this commands should help you:

$ parts install mongodb
$ parts start mongodb
$ virtualenv -p /usr/bin/python2.7 my_venv
$ source ~/my_venv/bin/activate

Tech's Thoughts

This app was created to learn and test different things. This will use (or try):

About

Several tools for helping at Dungeon Masters (and players) during a session.

License:MIT License


Languages

Language:JavaScript 77.9%Language:CSS 13.6%Language:Python 8.4%