Skip to main content

A very 'easy to use' random dice roller

Project description

This randomised dice roller uses the random module (which is pre-installed) ways to use :

import random_dice_roller as rdr

rdr.roll_dicev() # for visual dice and not in numbers print(rdr.roll_dice_MaxMin(minimum_number=1,maximum_number=100)) # for any numbers int print(rdr.roll_dice()) # to roll the normal dice(1 to 6) in a number format

Change log

0.0.2(19/5/2021)

Minor Function name Changes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

random_dice_roller-0.0.2.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page