truerandomdice


License
MIT
Install
pip install truerandomdice==0.3.2

Documentation

Truly Random Dice-Thrower for Table-Top RolePlaying Games (TRDTTTRPG)

PyPI PyPI version Build Status Coverage Status Codacy Badge Code Health

Overview

Are you tired of that one dice as a player or GM that always seems to give you bad luck? Do you always use that one "lucky" dice just in case? Then this Python library is just for you! It takes its randomness from the "atmospheric noise", courtesy of random.org

Installation

You need api-key from random.org for this library to work. You can get yours from here: https://api.random.org/api-keys/beta

Dependencies from other python-packages

peewee, requests, rdoclient

Using Pip

pip install truerandomdice

When you download the project for the first time, run set_api_key.py from "truerandomdice" folder. After it you can test the application by running diceroller.py from the same folder.