Simple code to analyze and plot results from lottery (or any other random result).
- Number frequency counter;
- Group of numbers frequency counter;
- Bar plot;
Yup, that's all.
It's straightforward, read a file with File class, analyze with Analysis class and finally, if you want, plot some results with Plot class.
Check requirements.txt for a list of dependencies or just run pip install -r requirements.txt.
Check LICENSE file for more information.