LottoKit

Lotto Kit Package is A simple lottery analysis kit

>>> from lottokit import Daletou
>>> t = Daletou()
>>> t.download_data()
>>> t.fetch_data()
>>> t.predict()
>>>

Installing LottoKit and Supported Versions

LottoKit is available on PyPI:

python -m pip install lottokit

LottoKit officially supports Python 3.9+.

API Reference and User Guide available on Read the Docs

Documentation