Skip to content

tefirman/bigdance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bigdance logo

bigdance

A Python package for NCAA March Madness bracket simulation combining real-time ratings from Warren Nolan with customizable tournament simulations.

Installation

pip install bigdance

Quick Start

from bigdance import Standings, simulate_bracket_pool

# Get current team ratings
standings = Standings()

# Simulate a bracket pool
results = simulate_bracket_pool(standings, num_entries=100)
print(results)

Features

  • Real-time team ratings and rankings from Warren Nolan
  • Customizable bracket simulation
  • Tournament pool analysis
  • Integration with common bracket pool formats

Development Installation

To install the package for development:

git clone https://github.com/tefirman/bigdance
cd bigdance
pip install -e .

About

March Madness Bracket Pool Simulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages