Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bloxflippredictor-3.1.4.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

bloxflippredictor-3.1.4-py3-none-any.whl (7.7 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