Skip to content

A simple program for predicting the outcome of a Football game.

Notifications You must be signed in to change notification settings

zleinweber/Scores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scores
By Zach Leinweber


The point of this is to guess the outcome of a football game based on a few known stats.
It first takes a few stats as inputs and then uses those to calculate the outcomes.

There are two versions of this program.  The GUI and the CLI.
The GUI version uses tkinter to draw a window and widgets.
The CLI version just runs in the command line.

Both versions rely on Scores_Base.py to run.
Run the CLI version by executing Score_CLI.py
Run the GUI version by executing Score_Gui.py

The math behind the program was supplied by Butch.

About

A simple program for predicting the outcome of a Football game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages