Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 428 Bytes

File metadata and controls

26 lines (17 loc) · 428 Bytes

Sudo Roll 🎲

A simple CLI dice roller that delivers a bash-themed taunt if your roll is less than half the die's value.
Find it on PyPI: https://pypi.org/project/sudoroll/

Example usage

Installation

pip install sudoroll

Usage

Roll a standard 6-sided die:

sudoroll

Roll a die with a custom number of sides (e.g., 20-sided):

sudoroll --sides 20