Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diddileija/aleat3
This is the 3rth Generation of Python aleatory objects, built by Diego Ramirez.
https://github.com/diddileija/aleat3
3rth-generation aleat aleatory aleatory-objects aleatoryous coin dice package pypi-package pypi-packages python python-3 python-package python3 roulette
Last synced: about 1 month ago
JSON representation
This is the 3rth Generation of Python aleatory objects, built by Diego Ramirez.
- Host: GitHub
- URL: https://github.com/diddileija/aleat3
- Owner: DiddiLeija
- License: mit
- Created: 2021-05-04T01:00:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T15:58:57.000Z (over 1 year ago)
- Last Synced: 2024-12-10T16:59:03.256Z (about 1 month ago)
- Topics: 3rth-generation, aleat, aleatory, aleatory-objects, aleatoryous, coin, dice, package, pypi-package, pypi-packages, python, python-3, python-package, python3, roulette
- Language: Python
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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.rouletteBy using the [Python](http://python.org) library [random](http://docs.python.org/3.8/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](http://pypi.org/project/aleat3)
and install it with pip by one of this ways:- Downloading the source and install locally:
```
pip install aleat3_[version]_[platform].whlpip 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:
- [General documentation](http://github.com/DiddiLeija/aleat3/blob/main/DOCUMENTATION.md)
- Get some useful info about the package, issues, etc.
- [Contributing page](http://github.com/DiddiLeija/aleat3/blob/main/CONTRIBUTING.md)
- Learn about how to contribute to aleat3.
- [Some aleat3 examples](http://github.com/DiddiLeija/aleat3/blob/main/SOLUTIONS.md)## License
This project is licensed under the [MIT License](http://github.com/diddileija/aleat3/blob/main/LICENSE)