A package that predicts bloxflip games
Project description
bloxflippackage
Examples
Crash
import bloxflippredictor
o = bloxflippredictor.crash
varName = o.crashpredictor()
# varName returns a dict {{'crashchance': str(chance), 'crashprediction': str(prediction)}
chance = varName[crashchance]
prediction = varName[crashprediction]
print(chance, prediction)
Mines
import bloxflippredictor
o = bloxflippredictor.mines
output = o.minespredictor(tileo, bombs) # tileo = How many tiles the user wants to open # bombs = how many bombs on the field
print(output)
Towers
import bloxflippredictor
o = bloxflippredictor.towers
output = o.towerspredictor()
print(output)
Roulette
import bloxflippredictor
o = bloxflippredictor.roulette
output = o.roulettepredictor()
print(output)
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
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 bloxflippredictor-3.1.4.tar.gz.
File metadata
- Download URL: bloxflippredictor-3.1.4.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
821d3ef2f234c87ca1223a62c9fb2cad4f2ce0446151e7b94c346dcb7ea33c52
|
|
| MD5 |
4e1ba86950e7393684b78ba37e50ff5a
|
|
| BLAKE2b-256 |
e930c27bc4bdd516c572faa0d149967589e49d2dbef7bf081bf65c66f1eb8659
|
File details
Details for the file bloxflippredictor-3.1.4-py3-none-any.whl.
File metadata
- Download URL: bloxflippredictor-3.1.4-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24159e11caf362274a2f8858bcea253aa21f9a2bc1c3ec690f040e68132fba09
|
|
| MD5 |
c53e125679724800559c62c7093c43dd
|
|
| BLAKE2b-256 |
238a3179e340c00680c99d9967136ce9b6c57c0e20504ad7d60a138da36e89cc
|