DanijelMisulic / dice_roller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dice rolling web interface

Python 3.x is used for implementation of dice rolling programe
Packages: Django

In order to run program sucessfully, firstly create a separated env, for example:
conda create -n dice_roller python=3.6
Then activate created environment:
conda activate dice_roller
Then install all needed modules using:
pip install -r requirements.txt

Running program from command line:
CD yourself to the root directory of this repo and run the folowing command to startup the Django server:
python manage.py runserver 0.0.0.0:8000
Then visit this url: http://localhost:8000/ and enjoy playing!

This repo is equipped with unittests as well. Just navigate to the dice folder and run the following command:
python -m unittest test_helper_functions

About


Languages

Language:Python 100.0%