/dndc

Dungeons and Dragons Commandline

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Dungeons and Dragons Commandline

A dungeons and dragons commandline application for managing campaigns.

1 Development

development was done in python 3.6.2

while in the main project directory

pip install virtualenv
virtualenv venv
python venv/Scripts/activate_this.py
pip install -e .