A package that predicts bloxflip games
Project description
import predictions
Examples
Crash
import predictions
o = predictions.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 predictions
o = predictions.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 predictions
o = predictions.towers
output = o.towerspredictor()
print(output)
Roulette
import predictions
o = predictions.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
predictions-1.0.2.tar.gz
(6.8 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 predictions-1.0.2.tar.gz.
File metadata
- Download URL: predictions-1.0.2.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b05cfd75a407dfd3dbc0851b38513d40fceacd4114edb89e817122ccc27d305
|
|
| MD5 |
dadd3e666569bc181cf184d97ec9ef35
|
|
| BLAKE2b-256 |
0901567b15c29f75bc53d314ad25fe7c9e3abb19927d50556a63c2e321d16a30
|
File details
Details for the file predictions-1.0.2-py3-none-any.whl.
File metadata
- Download URL: predictions-1.0.2-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
097cd2516c438c667b389a40f8aa52015f0a428bcb8e59114c577d6533865c52
|
|
| MD5 |
0ecf6e3464d3d48d657e350231f6b23f
|
|
| BLAKE2b-256 |
264c0d4462d5c6b923c3ae6d9f8e376e5ff39747bc2ef0ba20c06ee49a38e2ac
|