lotterytickets

彩票一体机


License
MIT
Install
pip install lotterytickets==1.0.0

Documentation

All-in-one Including

多功能一体机库版本,现已更新至2.4.8版本 说明如下:

Help on module Allinone:

NAME
    Allinone

DESCRIPTION
    # -*- coding:UTF-8 -*-
    # @Author:Chay
    # @TIME:2024/4/19 23:41
    # @FILE:Allinone.py
    # @version:2.4.8
    # @Software:Visual Studio Code

FUNCTIONS
    allinone(fuwu, mode, *args)
        :param fuwu 需要服务的功能
        :param mode 部分功能需要的模式详见Github中All-in-one2.4.0分支的Wiki页)
        :param *args 可变参数表示需要传入的参数建议用元组或列表类型具体所需类型见README.MD
        :return: 0正常1不正常其他返回值表示功能的结果

        功能按代码顺序排序不分先后):大小写互换抽取随机数求最小公倍数求最大公倍数图形计算器小学学生信息管理系统二分查找求余向下取整向上取整多个数求和多个数求差多个数求积判断闰年判断是否为质数整数小数计算加减乘除)、分数计算加减乘除)......(具体见Github All-in-one2.4.0分支Readme.md文件FILE
    d:\chay\project\all-in-one\src\all-in-one_chaylichenyi\allinone.py


Help on module calculator:

NAME
    calculator

DESCRIPTION
    # -*- coding:UTF-8 -*-
    # @Author:Chay
    # @TIME:2024/4/19 23:42
    # @FILE:calculator.py
    # @Software:Visual Studio Code

FUNCTIONS
    FtemporCtemp(mode: str, FtemporCtemp: float) -> float

    duihuan(mode: int, money: float) -> float

    fab(x: int) -> int

    factorization(num: int) -> list[int]

    fanzhuanzifuchuan(s: str) -> str

    isfab(x: int) -> bool

    isfabhuiwenshu(x: int) -> bool

    isfabhuiwenzhishu(x: int) -> bool

    isfabparam(x: int) -> bool

    isfabwanquanpingfangshu(num: int) -> bool

    ishuiwenshu(d: int) -> bool

    ishuiwenzhishu(d: int) -> bool

    isleapyear(x) -> bool

    isparam(d: int) -> bool

    istribonacci(n: int) -> bool

    istribonaccihuiwenshu(n: int) -> bool

    istribonaccihuiwenshuparam(n: int) -> bool

    istribonacciparam(n: int) -> bool

    istribonacciwanquanpingfangshu(num: int) -> bool

    iswanquanpingfangshu(num: int) -> bool

    jinzhizhuanhuan(a: int, b: int, c: str) -> str

    mima(num: int, n: int) -> int

    tribonacci(n: int) -> int

    wanquanpingfangshu(num: int) -> int

    yiyuanerci(float1: float, float2: float, float3: float) -> tuple

FILE
    d:\chay\project\all-in-one\src\all-in-one_chaylichenyi\module\calculator.py



Help on module erfenchazhao_py:

NAME
    erfenchazhao_py

DESCRIPTION
    # -*- coding:UTF-8 -*-
    # @Author:Chay
    # @TIME:2022/12/25 9:03
    # @FILE:erfenchazhao_py.py
    # @Software:IDLE 3.9.6

FUNCTIONS
    erfenchazhao(yuanlst, shengxulst, target)

FILE
    d:\chay\project\all-in-one\src\all-in-one_chaylichenyi\module\erfenchazhao_py.py


Help on module math_cal_py:

NAME
    math_cal_py

DESCRIPTION
    # -*- coding:UTF-8 -*-
    # @Author:Chay
    # @TIME:2022/12/24 15:38
    # @FILE:math_cal_py.py
    # @Software:IDLE 3.9.6

FUNCTIONS
    math_cal(mode, float1, float2)

FILE
    d:\chay\project\all-in-one\src\all-in-one_chaylichenyi\module\math_cal_py.py


Help on module student_py:

NAME
    student_py

DESCRIPTION
    函数名student
    调用形式student()
    作用小学学生信息管理系统

FUNCTIONS
    student()

FILE
    d:\chay\project\all-in-one\src\all-in-one_chaylichenyi\module\student_py.py


Help on module tuxing_cal:

NAME
    tuxing_cal

DESCRIPTION
    函数名tuxing
    调用形式tuxing(huida)
    :param huida 图形
    :return 0
    作用进行图形计算

FUNCTIONS
    tuxing(huida, mode, *args2)

FILE
    d:\chay\project\all-in-one\src\all-in-one_chaylichenyi\module\tuxing_cal.py


Help on module xiaogongju:

NAME
    xiaogongju

DESCRIPTION
    # -*- coding:UTF-8 -*-
    # @Author:Chay
    # @TIME:2024/4/25 22:52
    # @FILE:xiaogongju.py
    # @Software:IDLE 3.9.6

FUNCTIONS
    daorxiao(args:str,mode:int) ->str

    twonumbers_TheBiggestCommonfactor(num1:int,num2:int) -> int

    twonumbers_TheMinimumCommonmultiple(num1:int,num2:int) -> int

    chouqusuiji(num1:int,num2:int,mode:int,weishu:int) -> str

    kaisamima(arg:str,mode:int,n:int) -> str

FILE
    d:\chay\project\all-in-one\src\all-in-one_chaylichenyi\module\xiaogongju.py

详见https://github.com/lichenyichay/All-in-one