| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Dice roller CLI Script
Makes it easy to roll dice via command line and is able handle the basic math functions, including parens!
Feature-packed, including:
You can install Roll via pipx from PyPI:
$ pipx install roll-cliAfter installation, the roll command is then made globally available.
$ roll
8
$ roll 4d6
14
$ roll 10d6K3 -v
Rolled: 10d6: [2, 5, 5, 4, 2, 4, 3, 5, 3, 6]
Keeping highest: 3: [5, 5, 6]
16Please see the Command-line Reference for further details.
This is just a fun learning project for me, so I am trying to do all the work myself. If you believe that there are features that I should incorporate, please do not hesitate to create a feature request.
To learn more, see the Contributor Guide.
Distributed under the terms of the GPL 3.0 license, Roll is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
All coding is done by @vlek.
This project uses @cjolowicz's Hypermodern Python Cookiecutter template.
| Back | FazBrowse Home | New Git URL |