Python Module for generating the result of probability based toys.
Project description
pyrandtoys is a python module containing probability-based toys functions. It works offline and is compatible with both Python 2 and 3.
Installation
pip install pyrandtoys
Usage
import pyrandtoys
Dice:
Optional: Number of Dice <int>
Default: Number of Dice = 1
Return Type: <tuple>
dice(number_of_dice)
Coin:
Optional: Number of Coins <int>
Default: Number of Coins = 1
Return Type: <tuple>
coin(number_of_coins)
Card:
Optional: Number of Cards <int>
Default: Number of Cards = 1
Return Type: <tuple>
card(number_of_cards)
Similar Toys:
Optional: Number of Items <int>
Default: Number of Items = 1
Return Type: <tuple>
dreidel(number_of_dreis) cat(number_of_cats) switch(number_of_switches)
Spinner:
Required: Lower & Upper Limits <int>
Default: Lower Limit = 0
Return Type: <int>
spinner(lowerLimit, upperLimit)
Toy Combinations:
Default: Number of Toys = 0
Return Type: <tuple>
- If you want to use a combination of toys then,
Required: names of toys as <tuple>, <list>, <str>
combi("coin", "switch") combi(("switch", "cat", "dice")) combi(["dreidel", "coin", "coin", "cat"])
For combination of x random toys,
combi(x)
Project Links
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
Built Distribution
File details
Details for the file pyrandtoys-1.0.0.tar.gz
.
File metadata
- Download URL: pyrandtoys-1.0.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9789a451d48b043a0550da84fc5e31485a3fabfe821e7411b8ac25206c7928ca |
|
MD5 | f904e90c93bc4e5c916a14136a113acb |
|
BLAKE2b-256 | e86cb69ddda8df2b3757397dc03f1172f7d7238968228acccf27f315f70c74ba |
File details
Details for the file pyrandtoys-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: pyrandtoys-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eee59ed93dafbf38f35f38fce2b4686d4b71a1b102c8e69f1e6c29e412603b51 |
|
MD5 | 0ff9154bc71d40add594b0a36dc5cfbe |
|
BLAKE2b-256 | 462bbd9749fef2b84f00246a931913af1a771d067089a202dcd08121124776ff |