/lottery-analysis

Code to analyze the results from a lottery (or any other random result)

Primary LanguageJupyter NotebookThe UnlicenseUnlicense

Lottery analysis

Simple code to analyze and plot results from lottery (or any other random result).

Features

  • Number frequency counter;
  • Group of numbers frequency counter;
  • Bar plot;

Yup, that's all.

Usage

It's straightforward, read a file with File class, analyze with Analysis class and finally, if you want, plot some results with Plot class.

Requirements

Check requirements.txt for a list of dependencies or just run pip install -r requirements.txt.

License

Check LICENSE file for more information.