/Lotto-tool-mu

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Lotto Tool MU

Latest Version CC0-1.0 License Python Check

Usage

Setup

Input your lotto tickets info in ./data/lotto_entries.txt

The format is as follows: START_DATE, END_DATE, #1, #2, #3, #4, #5, #6

Where the dates are in YYYY-MM-DD format.

Example lotto_entries.txt

2022-10-05, 2022-10-19, 02, 03, 23, 33, 37, 39
2022-10-19, 2022-10-19, 15, 20, 25, 30, 34, 39

Running

# Windows
python -m src

#Linux
python3 -m src