https://github.com/vincy1230/chinalottery
  
  
    一款基于 Python 的中国彩票摇奖模拟器 | A China lottery simulator based on Python 
    https://github.com/vincy1230/chinalottery
  
lottery python
        Last synced: 3 months ago 
        JSON representation
    
一款基于 Python 的中国彩票摇奖模拟器 | A China lottery simulator based on Python
- Host: GitHub
- URL: https://github.com/vincy1230/chinalottery
- Owner: Vincy1230
- License: mit
- Created: 2025-03-06T16:53:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T19:30:09.000Z (8 months ago)
- Last Synced: 2025-03-14T23:48:25.248Z (8 months ago)
- Topics: lottery, python
- Language: Python
- Homepage: https://blog.vincent1230.top/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          # chinaLottery | 中国彩票
一款基于 Python 的中国彩票摇奖模拟器 | A China lottery simulator based on Python
| 彩票类型   | 函数名                           | 参数                                  |
| ---------- | -------------------------------- | ------------------------------------- |
| 福彩双色球 | `welfare_double_color_ball()`    | 无                                    |
| 福彩 3D    | `welfare_3d_lottery(group:bool)` | `group`: 是否组选 (默认 False)        |
| 福彩快乐 8 | `welfare_happy_8(choose:int)`    | `choose`: 选择个数 (1 ~ 10, 默认随机) |
| 福彩七乐彩 | `welfare_seven_joy_lottery()`    | 无                                    |
| 体彩大乐透 | `sports_super_lotto()`           | 无                                    |
| 体彩排列 3 | `sports_pick_3(group:bool)`      | `group`: 是否组选 (默认 False)        |
| 体彩排列 5 | `sports_pick_5()`                | 无                                    |
| 体彩七星彩 | `seven_star_lottery()`           | 无                                    |