Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klarh/dnd_tracker
Basic python library to track some stats in tabletop games
https://github.com/klarh/dnd_tracker
Last synced: 9 days ago
JSON representation
Basic python library to track some stats in tabletop games
- Host: GitHub
- URL: https://github.com/klarh/dnd_tracker
- Owner: klarh
- License: mit
- Created: 2019-12-06T00:13:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T14:38:37.000Z (over 4 years ago)
- Last Synced: 2024-11-06T17:57:50.681Z (about 2 months ago)
- Language: Python
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/klarh/dnd_tracker/master?filepath=examples)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/klarh/dnd_tracker/blob/master/examples/Using%20SRD%20Database.ipynb)
# Introduction
This simple python library is designed to help a game master keep track of combat in a tabletop RPG using a notebook interface.
# Live use
Notebooks can be used directly online with the binder.org or Google Colab links above. Using Google Colab, modified notebooks can easily be saved to your drive for a persistent record of your adventures.
# Installation
Installing from source is straightforward:
```
pip install git+https://github.com/klarh/dnd_tracker.git
```# Examples
Consult the example notebooks in the `examples/` directory.