Metadata-Version: 2.1
Name: ascii_dice
Version: 1.1.0
Summary: Python library that simulates dice rolling and Dungeons & Dragons (D&D) calculations with ASCII images
Home-page: https://github.com/shbenzer/ascii_dice
Author: Simon Benzer
Author-email: SimonHBenzer@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# ascii_dice

ascii_dice is a Python library that simulates dice rolling and Dungeons & Dragons (D&D) calculations, with support for visual ASCII representations of dice faces. The library allows for the creation and manipulation of different types of dice (e.g., D20, D6), modifiers, as well as handling advantage and disadvantage.

### Key Features:

- Ability to utilize all standard dice types (D4, D6, D8, D10, D12, D16, D20)
- Ability to simulate advantage/disadvantage when rolling
- Ability to add modifiers to rolls
- Ability to include or exclude ASCII art representations of dice faces

