Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 915 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 915 Bytes

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