https://github.com/benzap/dndc
Dungeons and Dragons Commandline
https://github.com/benzap/dndc
python
Last synced: 10 months ago
JSON representation
Dungeons and Dragons Commandline
- Host: GitHub
- URL: https://github.com/benzap/dndc
- Owner: benzap
- License: gpl-3.0
- Created: 2017-09-11T22:52:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T20:50:10.000Z (over 8 years ago)
- Last Synced: 2025-03-15T03:42:08.203Z (10 months ago)
- Topics: python
- Language: Python
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: Dungeons and Dragons Commandline
#+AUTHOR: Benjamin Zaporzan
#+DATE: 2017-09-11
#+EMAIL: benzaporzan@gmail.com
#+LANGUAGE: en
#+OPTIONS: H:2 num:t toc:t \n:nil ::t |:t ^:t f:t tex:t
A dungeons and dragons commandline application for managing campaigns.
* Development
development was done in python 3.6.2
while in the main project directory
#+BEGIN_SRC sh
pip install virtualenv
virtualenv venv
python venv/Scripts/activate_this.py
pip install -e .
#+END_SRC