Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 862 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 862 Bytes

Random order dice

forthebadge made-with-python

A tool to create a randomized speaking and board sharing order for agile daily meetings.

Requirements:

Usage:

To run the program just navigate to the directory where the program is located and run:

make run-dice

To install all required dependencies run (This may only work if you have pip installed or are working on an Ubuntu system):

make python-package-install

To start the unittests run:

make test