Metadata-Version: 2.1
Name: lottokit
Version: 1.2
Summary: Lotto Kit Package
Author: nickdecodes
Author-email: nickdecodes <nickdecodes@163.com>
Project-URL: Documentation, http://python-lottokit.readthedocs.io
Project-URL: Source, https://github.com/nickdecodes/python-lottokit
Keywords: lottokit,lottery
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: selenium (>=4.11.2)
Requires-Dist: webdriver-manager (>=4.0.0)
Requires-Dist: pandas (>=2.0.3)
Requires-Dist: numpy (>=1.24.3)
Requires-Dist: statsmodels (>=0.14.0)
Requires-Dist: Pillow (>=9.5.0)
Requires-Dist: scikit-learn (>=1.3.2)
Requires-Dist: pmdarima (>=2.0.4)
Requires-Dist: requests
Requires-Dist: twine

# LottoKit
Lotto Kit Package is A simple lottery analysis kit

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

# Installing LottoKit and Supported Versions
LottoKit is available on PyPI:
```bash
python -m pip install lottokit
```
LottoKit officially supports Python 3.9+.

# API Reference and User Guide available on Read the Docs
[Documentation](http://python-lottokit.readthedocs.io)
