Metadata-Version: 2.0
Name: DnD4py
Version: 0.2.0
Summary: Python Codes for DnD 5e
Home-page: https://github.com/bacook17/DnD4py/
Author: Ben Cook
Author-email: bacook17@gmail.com
License: LICENSE
Description-Content-Type: UNKNOWN
Keywords: games,Dungeons and Dragons
Platform: UNKNOWN
Classifier: Topic :: Games/Entertainment :: Role-Playing
Classifier: Programming Language :: Python
Requires-Dist: numpy
Requires-Dist: bs4
Requires-Dist: requests


Python and shell codes developed for D&D 5th edition.

Codes include:

roll -- simulate a complex roll of many dice and modifiers
            Gives result, individual rolls, the mean of the distribution,
            and the percentile of that roll relative to the distribution.

lookup5e -- Lookup a term (spell name, monster, or item) on Roll20

monster5e -- Lookup a monster on Roll20

item5e -- Lookup an item on Roll20

spell5e -- Lookup a spell on Roll20


