This is the 3rth Generation of aleatory objects, built by Diego Ramirez.
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
Check out more docs here:
- General documentation
- Get some useful info about the package, issues, etc.
- Contributing page
- Learn about how to contribute to aleat3.
- Some aleat3 examples
This project is licensed under the MIT License