https://github.com/cdriehuys/bracket-predict
https://github.com/cdriehuys/bracket-predict
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdriehuys/bracket-predict
- Owner: cdriehuys
- Created: 2024-04-14T13:02:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T20:45:14.000Z (about 1 year ago)
- Last Synced: 2025-01-07T07:44:14.791Z (5 months ago)
- Language: Python
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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