Command Line Dice Roller in Python
June 21st, 2008 Posted in Uncategorized | No Comments »Hey guys, I built a small command line dice roller in python
Just make this little script executable and put it in your path. Make sure you have python though. You just type “generate_rolls” and then the dice roll like “generate_rolls 2d6+14″. If you want, you can generate multiple rolls by specifying an option for -n before you type the dice roll, like so “generate_rolls -n 10 3d6″.


