Metadata-Version: 2.4
Name: sudoroll
Version: 0.0.1
Summary: A simple, slightly mean command-line dice roller.
Author-email: laulowcode <enigma15012001@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: importlib_resources; python_version < "3.9"

# Sudo Roll 🎲

This is a simple CLI dice roller that curses you with a bash-related taunt
if you roll under 50% of the die's value.

## Installation

```bash
pip install sudo-roll
```
