Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

predictions-1.0.2-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page