Skip to content

This is the 3rth Generation of Python aleatory objects, built by Diego Ramirez.

License

Notifications You must be signed in to change notification settings

DiddiLeija/aleat3

Repository files navigation

Aleatoryous 3 - version 0.3.0

This is the 3rth Generation of aleatory objects, built by Diego Ramirez.

Introduction

The Aleatoryous package allows you to build:

  • Aleatory Syntax objects
    • Dice: aleatory.dice
    • Coin: aleatory.coin
    • Roulette: aleatory.roulette

By using the Python library random, Aleatoryous object can build many solutions for problems where aleatory numbers or specific output are needed.

This package is built to be used with Python versions 3.5 to 3.9.

To enjoy the Aleatoryous materials, you must download the package from the PyPI and install it with pip by one of this ways:

  • Downloading the source and install locally:
pip install aleat3_[version]_[platform].whl

pip install aleat3_[version]_[platform].tar.gz
  • Or install it with Pip from Internet without downloading:
pip install aleat3==[version]

pip install --upgrade aleat3

pip install aleat3

To view more

Check out more docs here:

License

This project is licensed under the MIT License