Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 751 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 751 Bytes

A parser and evaluator for the dice notation grammar

Prerequisites

  • Python3

Installation

  • Clone the repo
  • Go into the folder
  • Execute from the command line: pip install -r requirements.txt

Execution

  • Go into the folder
  • Execute from the command line: python main.py

Useful resources: