An updated version of the former Basic Basketball Simulator, legacy code can be found here
A very basic basketball simulation based on points for and points against in the 2018-19 NBA Season by using a very simplified implementation of the Monte Carlo simulation. Users select teams and the program runs through simulations based on specified total games.
Third party packages are required to run this program, please follow the requirements.txt file provided. To install all packages type the following command "pip install -r requirements.txt", this can also be done inside of a virtualenv. To run the program, run manage.py.