An open API service indexing awesome lists of open source software.

https://github.com/cdriehuys/bracket-predict


https://github.com/cdriehuys/bracket-predict

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Bracket Predict

Script to predict NCAA bracket outcomes. Based on Bastiaan Driehuys'
[original script][original-script].

## Usage

As long as Python 3 is installed, you should be able to run the script with:

```shell
./NCAA_predict2.py
```

For repeatable results, pass in a seed value for the random generator:

```shell
./NCAA_predict2.py --seed 12345
```

[original-script]:
https://github.com/cdriehuys/bracket-predict/blob/42ecfbafec53bcd840205a295f5280df28573f17/NCAA_predict2.py