Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uliontse/lotterycn
LotteryCN is a library which aims to bring enjoyable analysis of Chinese lottery in Python. LotteryCN是一个使用Python语言对中国彩票(福彩、体彩)进行有趣分析的库。
https://github.com/uliontse/lotterycn
analysis chinese-lottery lottery python
Last synced: 1 day ago
JSON representation
LotteryCN is a library which aims to bring enjoyable analysis of Chinese lottery in Python. LotteryCN是一个使用Python语言对中国彩票(福彩、体彩)进行有趣分析的库。
- Host: GitHub
- URL: https://github.com/uliontse/lotterycn
- Owner: UlionTse
- License: other
- Created: 2022-10-07T17:21:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T23:49:20.000Z (about 2 years ago)
- Last Synced: 2024-11-08T20:36:10.213Z (about 2 months ago)
- Topics: analysis, chinese-lottery, lottery, python
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change_log.txt
- License: LICENSE
Awesome Lists containing this project
README
* * *
**LotteryCN** is a library which aims to bring **enjoyable** analysis of lottery in Python.
- [Installation](#installation)
- [From PyPI](#from-PyPI)
- [From Conda](#from-Conda)
- [License](#License)## Installation
### From PyPI
```shell
pip install --upgrde lotterycn
```### From Conda
```shell
conda install -c conda-forge lotterycn
```