🎲
DnD Dice
A console dice roller for tabletop role-playing games. Pick a dice type (D4, D6, D8, D10, D12, D20, or D100) and it prints a random roll.
A console dice roller for tabletop role-playing games. Pick a dice type (D4, D6, D8, D10, D12, D20, or D100) and it prints a random roll.
A console dice roller for tabletop role-playing games. Pick a dice type (D4, D6, D8, D10, D12, D20, or D100) and it prints a random roll.
python main.py
Requires Python 3.10+ (uses the match statement).
Standard library only (random).
Yes — it is a pure-stdlib console program using input, print, and random.