Requirements: Python installed on your computer.
- Clone the repository
python3 dice_roller.py
or
python dice_roller.py
sudo nano ~/.bashrc
add the follwing to your bash file:
alias roll="python3 /path_to_clone_folder/D20-dice-roller/dice_roller.py"
Run the file by typing "roll" in your terminal