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.1.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.1.tar.gz.
File metadata
- Download URL: NumberWrangler-0.0.1.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 |
4c19aed7e3ac9dca38769b613e5285f95ac0149d2cf97b8f3cf49a5802e48adf
|
|
| MD5 |
e1cc3d7836a7be486fc5e66e21c3c18a
|
|
| BLAKE2b-256 |
e3e15b16a61e7482341f2b55639adfdded1ed3235c7ae52b049588a5ee0329bd
|
File details
Details for the file NumberWrangler-0.0.1-py3-none-any.whl.
File metadata
- Download URL: NumberWrangler-0.0.1-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 |
be82124598325d4e6f7438737229c1f6be4e7b81418fb1be4c821bee4dd56719
|
|
| MD5 |
8e5ffa8d6c51e0939d73b88e48027f8d
|
|
| BLAKE2b-256 |
33efa48a89b2900b3c4429d3016d01864dff6b0d58e9103b18789fff6889e0ec
|