MrTanoshii / Lotto-tool-mu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%