Python package for slightly or massively variating numbers.
Project description
NumberWrangler
Variate numbers!
Instructions
- Install:
pip install NumberWrangler
- Variate numbers
# Import Package
from NumberWrangler import Wrangler
#Create a Variate object for simplicity
Variate = Wrangler.Variate
# Variate a number close to 12
print(Variate(number=12))
- Success!
Documentation and Examples
# Variate a number close to 12
print(Variate(number=12))
# Variate a number far from 12
print(Variate(number=12, multiplier=200))
# Variate a number close to 12 that is a float
print(Variate(number=12, Round=5))
# Variate a number close to 12 that is adding
print(Variate(number=12, add=True))
# Variate a number close to 12 that is subtracting
print(Variate(number=12, subtr=True))
# Variate a number close to 12 that is subtracting
print(Variate(number=12, subtr=True))
# Now use any combination of these methods!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
NumberWrangler-0.0.2.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file NumberWrangler-0.0.2.tar.gz.
File metadata
- Download URL: NumberWrangler-0.0.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a3acb83cbd0de323a18ff05ab7143828a2008bec144f04e8ff8c3e5d5e80253
|
|
| MD5 |
e3c0796399834dd58c27ee8d3a906c65
|
|
| BLAKE2b-256 |
a80fa561b886e6d8f816d994f672a4d13e6368db2f9bf74014987a071e8a6532
|
File details
Details for the file NumberWrangler-0.0.2-py3-none-any.whl.
File metadata
- Download URL: NumberWrangler-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aeb6238d51a7c7631b6e89deada83cc89203ba25cae78a8ea4189caad3adec06
|
|
| MD5 |
633f693f5ddba2fab8695c1e96b391f4
|
|
| BLAKE2b-256 |
7f4c3b0bba0d8b07b7875fc63e4d5fcbd0ce73f08fdaebced87c18753d4c44c6
|