Skip to content

NULLx76/dice-roller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecation Notice

Roll-rs has superseded this project and thus this project will not receive any updates. Any features requests are kindly to be redirected to the aforementioned roll-rs.

Dice-Roller

A python dice rolling application using standard dice notation

Usage

roll <dice code>

Example:

example

Instead of a dice code you can also put "stats" or "dir" for a stats roll or direction roll respectively.

Installation

Pip install

System-wide install (sudo)

pip install dice-roller

User install (no sudo)

pip install --user dice-roller

# Add local 'pip' to PATH:
# (In your .bashrc, .zshrc etc)
export PATH="${PATH}:${HOME}/.local/bin/"

Manual/Git install

git clone https://git.xirion.net/victor/dice-roller/
cd dice-roller
pip3 install --user .

# Add local 'pip' to PATH:
# (In your .bashrc, .zshrc etc)
export PATH="${PATH}:${HOME}/.local/bin/"

OS/Distro Packages

Arch Linux

dice-roller is available on the AUR as dice-roller-git.